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
TSAI
C# Class TSAI, PoniGame
Inheritance:
MonoBehaviour
显示文件
Open project: 3dAnon/PoniGame
Class Usage Examples
Public Methods
Method
Description
GetInputs
( ) :
MoveInputs,
GetTargetBearing
( ) :
float
OnDestroy
( ) :
void
SetPlayer
(
Transform
player
) :
void
Start
( ) :
void
UpdateAI
( ) :
void
Method Details
GetInputs()
public
method
public
GetInputs
( ) :
MoveInputs,
return
MoveInputs,
GetTargetBearing()
public
method
public
GetTargetBearing
( ) :
float
return
float
OnDestroy()
public
method
public
OnDestroy
( ) :
void
return
void
SetPlayer()
public
method
public
SetPlayer
(
Transform
player
) :
void
player
Transform
return
void
Start()
public
method
public
Start
( ) :
void
return
void
UpdateAI()
public
method
public
UpdateAI
( ) :
void
return
void