C# Class InteractableObject, Unity_tools

Inheritance: InteractableOnClick
Afficher le fichier Open project: kennyist/Unity_tools Class Usage Examples

Méthodes publiques

Свойство Type Description
InputButton string
TotalHoldTime float
slowResetMultiplier float
type Type

Méthodes publiques

Méthode Description
Awake ( ) : void
CurrentHeldTime ( ) : float

Get the time the button has been held for.

HitEvent ( bool b, GameObject g ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

CurrentHeldTime() public méthode

Get the time the button has been held for.
public CurrentHeldTime ( ) : float
Résultat float

HitEvent() public méthode

public HitEvent ( bool b, GameObject g ) : void
b bool
g GameObject
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

InputButton public_oe property

public string InputButton
Résultat string

TotalHoldTime public_oe property

public float TotalHoldTime
Résultat float

slowResetMultiplier public_oe property

public float slowResetMultiplier
Résultat float

type public_oe property

public Type type
Résultat Type