C# Class FireEventOnPickup, Pharos

Inheritance: MonoBehaviour
ファイルを表示 Open project: rstaewen/Pharos

Public Properties

Property Type Description
IsPuzzleCompletion bool
PlayMusic bool
PlaySound bool
receivingObject ObjectController,

Public Methods

Method Description
OnPickup ( ) : void
Start ( ) : void

Method Details

OnPickup() public method

public OnPickup ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

IsPuzzleCompletion public_oe property

public bool IsPuzzleCompletion
return bool

PlayMusic public_oe property

public bool PlayMusic
return bool

PlaySound public_oe property

public bool PlaySound
return bool

receivingObject public_oe property

public ObjectController, receivingObject
return ObjectController,