C# Class ExtendedEvent, Unity3D-ExtendedEvent

Mostrar archivo Open project: Thundernerd/Unity3D-ExtendedEvent Class Usage Examples

Public Properties

Property Type Description
Listeners List

Public Methods

Method Description
Find ( GameObject gameObject, string memberName ) : void
Invoke ( ) : void

Private Methods

Method Description
GetTypeName ( Type type ) : string

Method Details

Find() public method

public Find ( GameObject gameObject, string memberName ) : void
gameObject GameObject
memberName string
return void

Invoke() public method

public Invoke ( ) : void
return void

Property Details

Listeners public_oe property

public List Listeners
return List