C# Class EventAnimBool, unity-2d-rpg

Inheritance: GameEvent
Show file 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 property

public bool data
return bool

name public property

public string name
return string