MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~State

Method ~State

Source/Engine/Utilities/StateMachine.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11State::~State()
12{
13 if (_parent)
14 _parent->_states.Remove(this);
15}
16
17bool State::IsActive() const
18{

Callers 1

ReleaseStateMethod · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected