C# Class HutongGames.PlayMaker.Actions.GetChild

Inheritance: FsmStateAction
Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
childName FsmString

Public Methods

Method Description
ErrorCheck ( ) : string
OnEnter ( ) : void
Reset ( ) : void

Private Methods

Method Description
DoGetChildByName ( GameObject root, string name, string tag ) : GameObject

Method Details

ErrorCheck() public method

public ErrorCheck ( ) : string
return string

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

childName public_oe property

public FsmString childName
return FsmString