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
SpriteStudioForUnity
AnimationEventListener
C# Class SpriteStudioForUnity.AnimationEventListener
Inheritance:
UnityEngine.MonoBehaviour
ファイルを表示
Open project: ootake/SpriteStudioForUnity
Public Methods
Method
Description
IntegerEvent
(
int
val
) :
void
PointEvent
(
string
val
) :
void
RectEvent
(
string
val
) :
void
Start
( ) :
void
StringEvent
(
string
val
) :
void
Method Details
IntegerEvent()
public
method
public
IntegerEvent
(
int
val
) :
void
val
int
return
void
PointEvent()
public
method
public
PointEvent
(
string
val
) :
void
val
string
return
void
RectEvent()
public
method
public
RectEvent
(
string
val
) :
void
val
string
return
void
Start()
public
method
public
Start
( ) :
void
return
void
StringEvent()
public
method
public
StringEvent
(
string
val
) :
void
val
string
return
void