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

Method SetStaticFlags

Source/Engine/Level/Actor.cpp:750–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750void Actor::SetStaticFlags(StaticFlags value)
751{
752 if (_staticFlags == value)
753 return;
754 _staticFlags = value;
755 OnStaticFlagsChanged();
756}
757
758void Actor::SetTransform(const Transform& value)
759{

Callers 6

TestPrefabs.cppFile · 0.80
BuildDirtyBoundsFunction · 0.80
TickMethod · 0.80
CreateCsgColliderMethod · 0.80
CreateCsgModelMethod · 0.80
DeserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected