MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetNearPlane

Method GetNearPlane

Source/Engine/Level/Actors/Camera.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95float Camera::GetNearPlane() const
96{
97 return _near;
98}
99
100void Camera::SetNearPlane(float value)
101{

Callers 1

CopyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected