Gets or sets the far plane associated with the Projection.
Read-write property
[Visual Basic .NET] |
---|
Public Property FarPlane() As Double |
[C#] |
---|
public double FarPlane {get; set;} |
[Managed C++] |
---|
public: __property double get_FarPlane(); |
[Unmanaged C++] |
---|
public: HRESULT get_FarPlane( |
[Java] |
---|
public double getFarPlane();public void setFarPlane( |