C# Class PlayMakerHashTableProxy, UnityGameSkeleton

Inheritance: PlayMakerCollectionProxy
Afficher le fichier Open project: DesiQuintans/UnityGameSkeleton Class Usage Examples

Méthodes publiques

Свойство Type Description
_hashTable Hashtable

Méthodes publiques

Méthode Description
Awake ( ) : void
InspectorEdit ( int index ) : void
isCollectionDefined ( ) : bool

Private Methods

Méthode Description
PreFillHashTable ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

InspectorEdit() public méthode

public InspectorEdit ( int index ) : void
index int
Résultat void

isCollectionDefined() public méthode

public isCollectionDefined ( ) : bool
Résultat bool

Property Details

_hashTable public_oe property

public Hashtable _hashTable
Résultat Hashtable