Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
float CharacterController::GetHeight() const
46
{
47
return _height;
48
}
49
50
void CharacterController::SetHeight(const float value)
51
{
Callers
12
GetHitButtonIndex
Function · 0.45
X11_MessageBoxDraw
Function · 0.45
SetClientBounds
Method · 0.45
SetClientBounds
Method · 0.45
OnSizeChange
Method · 0.45
HandleEvent
Method · 0.45
SetClientBounds
Method · 0.45
StartClippingCursor
Method · 0.45
CheckForWindowResize
Method · 0.45
CheckForWindowResize
Method · 0.45
SetClientBounds
Method · 0.45
CheckForWindowResize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected