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

Function IsStatic

Source/Engine/Level/Actor.h:404–407  ·  view source on GitHub ↗

Returns true if object is fully static on the scene, otherwise false.

Source from the content-addressed store, hash-verified

402 /// Returns true if object is fully static on the scene, otherwise false.
403 /// </summary>
404 FORCE_INLINE bool IsStatic() const
405 {
406 return _staticFlags == StaticFlags::FullyStatic;
407 }
408
409 /// <summary>
410 /// Returns true if object has static transform.

Callers 2

IsDynamicSkyMethod · 0.50
IsDynamicSkyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected