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

Function IsTransformStatic

Source/Engine/Level/Actor.h:412–415  ·  view source on GitHub ↗

Returns true if object has static transform.

Source from the content-addressed store, hash-verified

410 /// Returns true if object has static transform.
411 /// </summary>
412 FORCE_INLINE bool IsTransformStatic() const
413 {
414 return (_staticFlags & StaticFlags::Transform) != StaticFlags::None;
415 }
416
417 /// <summary>
418 /// Gets the actor static flags.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected