C# Class LTEvent, LeanTween

Show file Open project: dentedpixel/LeanTween Class Usage Examples

Public Properties

Property Type Description
data object
id int

Public Methods

Method Description
LTEvent ( int id, object data ) : UnityEngine

Method Details

LTEvent() public method

public LTEvent ( int id, object data ) : UnityEngine
id int
data object
return UnityEngine

Property Details

data public property

public object data
return object

id public property

public int id
return int