Public Types | |
enum class | Space { World = 0 , Local = 1 , Self = 2 } |
enum class | TranslateType { Linear = 0 , Wave = 1 } |
Properties | |
TranslateType | translateType [get, set] |
Vector3 | linearSpeed [get, set] |
Vector3 | waveAmplitude [get, set] |
Vector3 | waveSpeed [get, set] |
Vector3 | waveOffset [get, set] |
Space | space [get, set] |
bool | freeze [get, set] |
UpdateMode | updateMode [get, set] |
Vector3 | lastDeltaPosition [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) |