C# Class BotMover2, Unity3D

Inheritance: MonoBehaviour
显示文件 Open project: k-lock/Unity3D Class Usage Examples

Public Properties

Property Type Description
move bool
speed float

Public Methods

Method Description
Init ( ) : void

Private Methods

Method 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 method

public Init ( ) : void
return void

Property Details

move public_oe property

public bool move
return bool

speed public_oe property

public float speed
return float