Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PlayAnimation
C# Class PlayAnimation, DemonHeart
Inheritance:
MonoBehaviour
Mostra file
Open project: rwbysafire/DemonHeart
Class Usage Examples
Public Properties
Property
Type
Description
delay
float
fileName
string
repeat
bool
sprite
Sprite[]
Public Methods
Method
Description
Start
( ) :
void
Private Methods
Method
Description
playAnimation
(
float
delay
) :
IEnumerator
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
delay
public_oe property
public
float
delay
return
float
fileName
public_oe property
public
string
fileName
return
string
repeat
public_oe property
public
bool
repeat
return
bool
sprite
public_oe property
public
Sprite[]
sprite
return
Sprite[]