C# Class Mini, ES2015C

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015C Class Usage Examples

Méthodes publiques

Свойство Type Description
dragSpeed float
x float
y float

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
click ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

click() public méthode

public click ( ) : void
Résultat void

Property Details

dragSpeed public_oe property

public float dragSpeed
Résultat float

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float