C# Class MapController, Space-Rush2

Inheritance: MonoBehaviour
Afficher le fichier Open project: M4R774/Space-Rush2 Class Usage Examples

Méthodes publiques

Свойство Type Description
c1 Color
encouter GameObject
lArrow GameObject
player GameObject
rArrow GameObject
speed float
vectors LineVectors

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

c1 public_oe property

public Color c1
Résultat Color

encouter public_oe property

public GameObject encouter
Résultat GameObject

lArrow public_oe property

public GameObject lArrow
Résultat GameObject

player public_oe property

public GameObject player
Résultat GameObject

rArrow public_oe property

public GameObject rArrow
Résultat GameObject

speed public_oe property

public float speed
Résultat float

vectors public_oe property

public LineVectors vectors
Résultat LineVectors