Share via


NoNamespace.fov Field

Definition

Represents the fov XML attribute.

public static readonly System.Xml.Linq.XName fov;
 staticval mutable fov : System.Xml.Linq.XName
Public Shared ReadOnly fov As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: camera.
  • corresponds to the following strongly-typed properties: Camera.FieldOfView.

Applies to