| SkyObjectNodeAngularDiameter Property |
Gets or sets the size of the object using its angular diameter.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Vector2F AngularDiameter { get; set; }
Public Property AngularDiameter As Vector2F
Get
Set
public:
property Vector2F AngularDiameter {
Vector2F get ();
void set (Vector2F value);
}
member AngularDiameter : Vector2F with get, set
Property Value
Type:
Vector2FThe angular diameter of the object in x and y (specified in radians).
See Also