Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
DemoSwitchTarget
C# Class DemoSwitchTarget, MIN-394-Fall-2015
Inheritance:
MonoBehaviour
ファイルを表示
Open project: nbzeman/MIN-394-Fall-2015
Class Usage Examples
Public Properties
Property
Type
Description
currentTarget
int
moba_camera
Moba_Camera,
targets
List
Public Methods
Method
Description
AddTarget
(
Transform
target
) :
void
Start
( ) :
void
Update
( ) :
void
changeTargetDown
( ) :
void
changeTargetUp
( ) :
void
Method Details
AddTarget()
public
method
public
AddTarget
(
Transform
target
) :
void
target
Transform
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
changeTargetDown()
public
method
public
changeTargetDown
( ) :
void
return
void
changeTargetUp()
public
method
public
changeTargetUp
( ) :
void
return
void
Property Details
currentTarget
public_oe property
public
int
currentTarget
return
int
moba_camera
public_oe property
public
Moba_Camera,
moba_camera
return
Moba_Camera,
targets
public_oe property
public
List
targets
return
List