Gets or sets the distance from the camera to the near plane.
Read-write property
[Visual Basic .NET] |
---|
Public Property NearPlane() As Double |
[C#] |
---|
public double NearPlane {get; set;} |
[Managed C++] |
---|
public: __property double get_NearPlane(); |
[Unmanaged C++] |
---|
public: HRESULT get_NearPlane( double * pRetVal ); public: HRESULT put_NearPlane( double NearPlane ); |
[Java] |
---|
public double getNearPlane(); public void setNearPlane( double ); |