C# Class GuardMovementPath, Ninja_Dudes

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Ninja_Dudes

Méthodes publiques

Свойство Type Description
angle float
beacons GameObject[]
speed float

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

nextBeacon() public méthode

public nextBeacon ( ) : void
Résultat void

Property Details

angle public_oe property

public float angle
Résultat float

beacons public_oe property

public GameObject[] beacons
Résultat GameObject[]

speed public_oe property

public float speed
Résultat float