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