C# Class AiPatrol, Unity

Inheritance: MonoBehaviour
Datei anzeigen Open project: zackva/Unity Class Usage Examples

Public Properties

Property Type Description
walkSpeed float
wallLeft float
wallRight float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

walkSpeed public_oe property

public float walkSpeed
return float

wallLeft public_oe property

public float wallLeft
return float

wallRight public_oe property

public float wallRight
return float