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
ChangePose
C# Class ChangePose, Asylum
Inheritance:
MonoBehaviour
显示文件
Open project: jump4r/Asylum
Public Properties
Property
Type
Description
name
string
poses
GameObject[]
Public Methods
Method
Description
OnTriggerExit
( ) :
void
ReposeCharacter
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerExit()
public
method
public
OnTriggerExit
( ) :
void
return
void
ReposeCharacter()
public
method
public
ReposeCharacter
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
name
public_oe property
public
string
name
return
string
poses
public_oe property
public
GameObject[]
poses
return
GameObject[]