C# Class AiPatrol, Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: zackva/Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
walkSpeed float
wallLeft float
wallRight float

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

walkSpeed public_oe property

public float walkSpeed
Résultat float

wallLeft public_oe property

public float wallLeft
Résultat float

wallRight public_oe property

public float wallRight
Résultat float