C# Class HutongGames.PlayMaker.Actions.HashTableActions

Inheritance: CollectionsActions
Datei anzeigen Open project: DesiQuintans/UnityGameSkeleton

Protected Methods

Method Description
SetUpHashTableProxyPointer ( GameObject aProxyGO, string nameReference ) : bool
SetUpHashTableProxyPointer ( PlayMakerHashTableProxy aProxy, string nameReference ) : bool
isProxyValid ( ) : bool

Method Details

SetUpHashTableProxyPointer() protected method

protected SetUpHashTableProxyPointer ( GameObject aProxyGO, string nameReference ) : bool
aProxyGO UnityEngine.GameObject
nameReference string
return bool

SetUpHashTableProxyPointer() protected method

protected SetUpHashTableProxyPointer ( PlayMakerHashTableProxy aProxy, string nameReference ) : bool
aProxy PlayMakerHashTableProxy
nameReference string
return bool

isProxyValid() protected method

protected isProxyValid ( ) : bool
return bool