C# Class HutongGames.PlayMaker.Actions.iTweenStop

Inheritance: FsmStateAction
Exibir arquivo 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_oe property

public iTweenFSMType iTweenType
return iTweenFSMType

id public_oe property

public FsmString id
return FsmString

inScene public_oe property

public bool inScene
return bool

includeChildren public_oe property

public bool includeChildren
return bool