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

Method GetOrderInParent

Source/Engine/Level/Actor.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415int32 Actor::GetOrderInParent() const
416{
417 return _parent ? _parent->Children.Find((Actor*)this) : INVALID_INDEX;
418}
419
420void Actor::SetOrderInParent(int32 index)
421{

Callers 4

ApplyAllInternalMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected