DustEngine  0.2.0
DustEngine.TriggerGizmo Class Reference
Inheritance diagram for DustEngine.TriggerGizmo:
DustEngine.GizmoObject DustEngine.DuMonoBehaviour

Public Types

enum class  MessagePosition {
  Top = 0 , Bottom = 1 , Left = 2 , Right = 3 ,
  Center = 4
}
 
enum class  DebugLog { None = 0 , Notice = 1 , Warning = 2 , Error = 3 }
 
- Public Types inherited from DustEngine.GizmoObject
enum class  GizmosVisibility { DrawOnSelect = 1 , AlwaysDraw = 2 }
 

Public Member Functions

override string GizmoName ()
 

Properties

float size [get, set]
 
Color triggeredColor [get, set]
 
float triggeredSize [get, set]
 
bool showMessage [get, set]
 
bool hideMessageOnIdleState [get, set]
 
string message [get, set]
 
MessagePosition messagePosition [get, set]
 
float messageOffset [get, set]
 
float messageSize [get, set]
 
bool messageSizeInDepth [get, set]
 
float falloffDuration [get, set]
 
Vector3 center [get, set]
 
DebugLog debugLog [get, set]
 
- Properties inherited from DustEngine.GizmoObject
Color color [get, set]
 
GizmosVisibility gizmoVisibility [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)
 
- Static Protected Attributes inherited from DustEngine.GizmoObject
static readonly Color k_GizmosDefaultColor = new Color(1.00f, 0.66f, 0.33f)
 

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