Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GuardMovementPath
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