Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Human
C# Class Human, Unity3D
Exibir arquivo
Open project: k-lock/Unity3D
Class Usage Examples
Public Properties
Property
Type
Description
initPosition
Vector3
initScale
Vector3
move
bool
movementSpeed
float
Public Methods
Method
Description
Awake
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
callIdle
( ) :
IEnumerator
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
initPosition
public_oe property
public
Vector3
initPosition
return
Vector3
initScale
public_oe property
public
Vector3
initScale
return
Vector3
move
public_oe property
public
bool
move
return
bool
movementSpeed
public_oe property
public
float
movementSpeed
return
float