C# Class ScalePuzzleDoor, Hellbound

Inheritance: MonoBehaviour
Exibir arquivo Open project: Backman/Hellbound

Public Properties

Property Type Description
m_DoorSound FMODAsset,

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
scalePuzzleCleared ( GameObject obj, bool tr ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

scalePuzzleCleared() public method

public scalePuzzleCleared ( GameObject obj, bool tr ) : void
obj GameObject
tr bool
return void

Property Details

m_DoorSound public_oe property

public FMODAsset, m_DoorSound
return FMODAsset,