C# Class EventAnimBool, unity-2d-rpg

Inheritance: GameEvent
ファイルを表示 Open project: nicktucci/unity-2d-rpg

Public Properties

Property Type Description
data bool
name string

Public Methods

Method Description
EventAnimBool ( MonoBehaviour, emitter, string name, bool val ) : UnityEngine

Method Details

EventAnimBool() public method

public EventAnimBool ( MonoBehaviour, emitter, string name, bool val ) : UnityEngine
emitter MonoBehaviour,
name string
val bool
return UnityEngine

Property Details

data public_oe property

public bool data
return bool

name public_oe property

public string name
return string