C# Class HutongGames.PlayMaker.Actions.iTweenStop

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
iTweenType iTweenFSMType
id FsmString
inScene bool
includeChildren bool

Public Methods

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

Method Details

DoiTween() public method

public DoiTween ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

iTweenType public property

public iTweenFSMType iTweenType
return iTweenFSMType

id public property

public FsmString id
return FsmString

inScene public property

public bool inScene
return bool

includeChildren public property

public bool includeChildren
return bool