class MAGES::ComponentLibrary::SpatialNotificationElement¶
A spatial element that behaves like a notification.
class SpatialNotificationElement: public MAGES::ComponentLibrary::SpatialElement { };
Inherited Members¶
public: // enums enum SpatialAnchor; // properties Canvas TopLevelCanvas; Vector3 PreferredPosition; SpatialAnchor Anchor; int LayoutPriority; Vector2 WorldSize; Vector3 CameraLookDirection; Bounds WorldBounds; string Group; SpatialLayoutSubModule SLM; // methods virtual void PreLayout(); virtual void PostLayout(); virtual void ExecuteUpdate(UpdatePhase phase);