Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BoidManager
C# Class BoidManager
Inheritance:
MonoBehaviour
显示文件
Open project: jsngai/deepsquid
Class Usage Examples
Public Properties
Property
Type
Description
chasee
GameObject
flock
List
prefab
GameObject
velocityLimit
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
init
(
GameObject
self
,
List
l
) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
chasee
public_oe property
public
GameObject
chasee
return
GameObject
flock
public_oe static_oe property
public
static
List
flock
return
List
prefab
public_oe property
public
GameObject
prefab
return
GameObject
velocityLimit
public_oe property
public
float
velocityLimit
return
float