C# Class HutongGames.PlayMaker.Actions.ArrayListActions

Inheritance: CollectionsActions
Mostra file Open project: DesiQuintans/UnityGameSkeleton

Public Methods

Method Description
isProxyValid ( ) : bool

Protected Methods

Method Description
SetUpArrayListProxyPointer ( GameObject aProxyGO, string nameReference ) : bool
SetUpArrayListProxyPointer ( PlayMakerArrayListProxy aProxy, string nameReference ) : bool

Method Details

SetUpArrayListProxyPointer() protected method

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

SetUpArrayListProxyPointer() protected method

protected SetUpArrayListProxyPointer ( PlayMakerArrayListProxy aProxy, string nameReference ) : bool
aProxy PlayMakerArrayListProxy
nameReference string
return bool

isProxyValid() public method

public isProxyValid ( ) : bool
return bool