C# Class BotMover2, Unity3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: k-lock/Unity3D Class Usage Examples

Méthodes publiques

Свойство Type Description
move bool
speed float

Méthodes publiques

Méthode Description
Init ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ChangeWayPoint ( ) : void
ClearBot ( ) : void
MoveForward ( ) : void
MoveToTarget ( ) : void
RotateTowards ( ) : void
Update ( ) : void
to2D ( ) : Point
to3D ( Point p ) : Vector3

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

move public_oe property

public bool move
Résultat bool

speed public_oe property

public float speed
Résultat float