Public Types | |
| enum class | IterateMode { Iterate = 0 , Random = 1 } | 
| enum class | SpawnPointMode { Self = 0 , Points = 1 } | 
| enum class | SpawnParentMode { Spawner = 0 , SpawnPoint = 1 , World = 2 } | 
  Public Types inherited from DustEngine.Action | |
| enum class | TargetMode { Self = 0 , ParentObject = 1 , GameObject = 2 } | 
Protected Member Functions | |
| override void | OnActionUpdate (float deltaTime) | 
| GameObject | SpawnSingleObject () | 
  Protected Member Functions inherited from DustEngine.InstantAction | |
| override void | ActionInnerUpdate (float deltaTime) | 
  Protected Member Functions inherited from DustEngine.ActionWithCallbacks | |
| override void | ActionInnerStop (bool isTerminated) | 
  Protected Member Functions inherited from DustEngine.Action | |
| bool | IsAllowUpdateProperty () | 
| virtual void | ActionInnerStart (Action previousAction) | 
| virtual void | OnActionStart () | 
| virtual void | OnActionStop (bool isTerminated) | 
Properties | |
| SpawnPointMode | spawnPointMode [get, set] | 
| List< GameObject > | spawnPoints [get] | 
| IterateMode | spawnPointsIterate [get, set] | 
| int | spawnPointsIteration [get, set] | 
| int | spawnPointsSeed [get, set] | 
| List< GameObject > | spawnObjects [get] | 
| IterateMode | spawnObjectsIterate [get, set] | 
| int | spawnObjectsIteration [get, set] | 
| int | spawnObjectsSeed [get, set] | 
| bool | multipleSpawnEnabled [get, set] | 
| DuIntRange | multipleSpawnCount [get, set] | 
| int | multipleSpawnSeed [get, set] | 
| SpawnParentMode | parentMode [get, set] | 
| bool | resetTransform [get, set] | 
  Properties inherited from DustEngine.ActionWithCallbacks | |
| ActionCallback | onCompleteCallback [get] | 
| List< Action > | onCompleteActions [get] | 
  Properties inherited from DustEngine.Action | |
| bool | autoStart [get, set] | 
| TargetMode | targetMode [get, set] | 
| GameObject | targetObject [get, set] | 
| GameObject | activeTargetObject [get] | 
| Transform | activeTargetTransform [get] | 
| bool | isPlaying [get] | 
Additional Inherited Members | |
  Public Member Functions inherited from DustEngine.Action | |
| void | Play () | 
| void | Play (Action previousAction) | 
| void | Stop () | 
| void | StopAllActionsAndPlay () | 
| void | StopAllActions () | 
  Static Public Member Functions inherited from DustEngine.Action | |
| static void | StopAllActions (GameObject target) | 
  Static Public Member Functions inherited from DustEngine.DuMonoBehaviour | |
| static void | print_war (object message) | 
| static void | print_err (object message) | 
  Static Protected Member Functions inherited from DustEngine.DuMonoBehaviour | |
| static bool | UpdatePropertyValue (ref bool originValue, bool newValue) | 
| static bool | UpdatePropertyValue (ref int originValue, int newValue) | 
| static bool | UpdatePropertyValue (ref float originValue, float newValue) | 
| static bool | UpdatePropertyValue (ref Color originValue, Color newValue) | 
| static bool | UpdatePropertyValue (ref Vector3 originValue, Vector3 newValue) | 
| static bool | UpdatePropertyValue (ref Vector3Int originValue, Vector3Int newValue) | 
| static bool | UpdatePropertyValue (ref GameObject originValue, GameObject newValue) | 
  Protected Attributes inherited from DustEngine.ActionWithCallbacks | |
| ActionCallback | m_OnCompleteCallback = null | 
| List< Action > | m_OnCompleteActions = null | 
  Protected Attributes inherited from DustEngine.Action | |
| bool | m_AutoStart = false | 
| TargetMode | m_TargetMode = TargetMode.Self | 
| GameObject | m_TargetObject = null | 
| bool | m_IsPlaying |