DustEngine  0.2.0
DustEngine.Follow Class Reference
Inheritance diagram for DustEngine.Follow:
DustEngine.DuMonoBehaviour

Public Types

enum class  SpeedMode { Unlimited = 0 , Limited = 1 }
 

Properties

GameObject followObject [get, set]
 
Vector3 followOffset [get, set]
 
SpeedMode speedMode [get, set]
 
float speedLimit [get, set]
 
bool useSmoothDamp [get, set]
 
Vector3 smoothTime [get, set]
 
UpdateMode updateMode [get, set]
 
bool updateInEditor [get, set]
 

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)
 

The documentation for this class was generated from the following file: