Public Types | |
| enum class | TransformMode { Relative = 0 , Absolute = 1 , AppendToAnimation = 2 } |
Public Member Functions | |
| void | ResetStates () |
Properties | |
| int | seed [get, set] |
| float | power [get, set] |
| float | warmUpTime [get, set] |
| bool | freeze [get, set] |
| bool | positionEnabled [get, set] |
| Vector3 | positionAmplitude [get, set] |
| float | positionSpeed [get, set] |
| bool | rotationEnabled [get, set] |
| Vector3 | rotationAmplitude [get, set] |
| float | rotationSpeed [get, set] |
| bool | scaleEnabled [get, set] |
| Vector3 | scaleAmplitude [get, set] |
| float | scaleSpeed [get, set] |
| bool | scaleUniform [get, set] |
| TransformMode | transformMode [get, set] |
| UpdateMode | updateMode [get, set] |
| Vector3 | lastDeltaPosition [get] |
| Vector3 | lastDeltaRotation [get] |
| Vector3 | lastMultScale [get] |
Additional Inherited Members | |
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) |