Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SpriteAlternateScript
C# Class SpriteAlternateScript, Summer_SlowJam_3
Inheritance:
MonoBehaviour
Show file
Open project: Rojibora/Summer_SlowJam_3
Public Properties
Property
Type
Description
color
Color
framesPerSecond
float
index
int
sprites
Sprite[]
t
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
color
public property
public
Color
color
return
Color
framesPerSecond
public property
public
float
framesPerSecond
return
float
index
public property
public
int
index
return
int
sprites
public property
public
Sprite[]
sprites
return
Sprite[]
t
public property
public
float
t
return
float