C# Class PlayMakerHashTableProxy, UnityGameSkeleton

Inheritance: PlayMakerCollectionProxy
Exibir arquivo Open project: DesiQuintans/UnityGameSkeleton Class Usage Examples

Public Properties

Property Type Description
_hashTable Hashtable

Public Methods

Method Description
Awake ( ) : void
InspectorEdit ( int index ) : void
isCollectionDefined ( ) : bool

Private Methods

Method Description
PreFillHashTable ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

InspectorEdit() public method

public InspectorEdit ( int index ) : void
index int
return void

isCollectionDefined() public method

public isCollectionDefined ( ) : bool
return bool

Property Details

_hashTable public_oe property

public Hashtable _hashTable
return Hashtable