C# Class GuardMovementPath, Ninja_Dudes

Inheritance: MonoBehaviour
Show file Open project: GDCASU/Ninja_Dudes

Public Properties

Property Type Description
angle float
beacons GameObject[]
speed float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

nextBeacon() public method

public nextBeacon ( ) : void
return void

Property Details

angle public property

public float angle
return float

beacons public property

public GameObject[] beacons
return GameObject[]

speed public property

public float speed
return float