C# Class HutongGames.PlayMaker.Actions.SetParent

Inheritance: FsmStateAction
显示文件 Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
parent FsmGameObject

Public Methods

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

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

parent public_oe property

public FsmGameObject parent
return FsmGameObject