C# Class GA_Tracker, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
BreadCrumbTrackInterval float
EventTooltips string>.Dictionary
ShowGizmo bool
TrackTarget bool
TrackedEventsFoldOut bool

Méthodes publiques

Méthode Description
GetEventValues ( ) : Array
OnCollisionEnter ( ) : void
OnControllerColliderHit ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnEnable ( ) : void
OnLevelWasLoaded ( ) : void
OnMouseDown ( ) : void
OnTriggerEnter ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetEventValues() public méthode

public GetEventValues ( ) : Array
Résultat System.Array

OnCollisionEnter() public méthode

public OnCollisionEnter ( ) : void
Résultat void

OnControllerColliderHit() public méthode

public OnControllerColliderHit ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

BreadCrumbTrackInterval public_oe property

public float BreadCrumbTrackInterval
Résultat float

EventTooltips public_oe static_oe property

public static Dictionary EventTooltips
Résultat string>.Dictionary

ShowGizmo public_oe property

public bool ShowGizmo
Résultat bool

TrackTarget public_oe property

public bool TrackTarget
Résultat bool

TrackedEventsFoldOut public_oe property

public bool TrackedEventsFoldOut
Résultat bool