class MAGES::Interaction::CameraFadeStep¶
Overview¶
The CameraFadeStep class is a step that enables the Fade In-Out effect with an optional teleport to a final transform. More…
class CameraFadeStep: public MAGES::Step { public: // methods override void Execute(BaseActionData action, StepEvent stepEvent); };
Inherited Members¶
public: // properties string Description; // methods void Execute(BaseActionData action, StepEvent stepEvent);
Detailed Documentation¶
The CameraFadeStep class is a step that enables the Fade In-Out effect with an optional teleport to a final transform.
Deprecated This class is obsolete and will be removed in future versions. Use TeleportStep instead.