Class EmptyActor
The empty actor that is useful to create hierarchy and/or hold scripts. See Script.
Inherited Members
EmptyActor
EmptyActor
EmptyActor
EmptyActor
EmptyActor
Assembly: FlaxEngine.dll
File: Engine/Level/Actors/EmptyActor.h
Syntax
public class EmptyActor : public Actor
Methods
GetEditorBox()
Gets actor bounding box (single actor, no children included) for editor tools.
Declaration
public virtual BoundingBox GetEditorBox() const override
Returns
BoundingBox
|
Overrides
OnTransformChanged()
Called when actor transform gets changed.
Declaration
protected virtual void OnTransformChanged() override