Module activity_host_concept
Modules§
Structs§
- Send this message to an Activity Host to activate its child Activity that you set in the message. On successful activation, Exclusive Activity Hosts automatically deactivates the previously active Activity.
- An Activity Host sends this message when it attaches the prefab of the Activity that is activated.
- An Activity Host sends this message when it detaches the prefab of the Activity that is deactivated.
- Send this message to an Activity Host to deactivate its child Activity that you set in the message. You can use this message only to deactivate an Activity in a Parallel Activity Host.
Traits§
- Base class for Activity Host classes. This class defines common types, properties and messages for Activity Host classes. See: ExclusiveActivityHost2D, ExclusiveActivityHost3D, ParallelActivityHost2D, ParallelActivityHost3D.