C# Class ButtonCaller

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
Buttontag string
active bool
smoothTime float

Méthodes publiques

Méthode Description
ButtonCall ( ) : void
ButtonExit ( ) : void
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ButtonCall() public méthode

public ButtonCall ( ) : void
Résultat void

ButtonExit() public méthode

public ButtonExit ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( ) : 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

Buttontag public_oe property

public string Buttontag
Résultat string

active public_oe property

public bool active
Résultat bool

smoothTime public_oe property

public float smoothTime
Résultat float