C# Class HutongGames.PlayMaker.Actions.PlaySound

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
gameObject FsmOwnerDefault
position FsmVector3

Public Methods

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

Method Details

DoPlaySound() public method

public DoPlaySound ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

gameObject public property

public FsmOwnerDefault gameObject
return FsmOwnerDefault

position public property

public FsmVector3 position
return FsmVector3