C# Class Fugu.UVAnim

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: technicat/LearnUnity

Méthodes publiques

Свойство Type Description
materialIndex int
shared bool
speed UnityEngine.Vector2

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

materialIndex public_oe property

public int materialIndex
Résultat int

shared public_oe property

public bool shared
Résultat bool

speed public_oe property

public Vector2,UnityEngine speed
Résultat UnityEngine.Vector2