Gets or sets the distance from the camera to the far plane.
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( double * pRetVal ); public: HRESULT put_FarPlane( double FarPlane ); |
[Java] |
---|
public double getFarPlane(); public void setFarPlane( double ); |