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

Method GetHeight

Source/Engine/Physics/Colliders/CharacterController.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45float CharacterController::GetHeight() const
46{
47 return _height;
48}
49
50void CharacterController::SetHeight(const float value)
51{

Callers 12

GetHitButtonIndexFunction · 0.45
X11_MessageBoxDrawFunction · 0.45
SetClientBoundsMethod · 0.45
SetClientBoundsMethod · 0.45
OnSizeChangeMethod · 0.45
HandleEventMethod · 0.45
SetClientBoundsMethod · 0.45
StartClippingCursorMethod · 0.45
CheckForWindowResizeMethod · 0.45
CheckForWindowResizeMethod · 0.45
SetClientBoundsMethod · 0.45
CheckForWindowResizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected