C# Class CloseCubePuzzleDoor, Hellbound

Close cube puzzle door. A special case script for closing the door after the cube puzzle. The standard door scripts cannot be used since this door is very different. Created by Simon Jonasson
Inheritance: MonoBehaviour
Show file Open project: Backman/Hellbound

Public Properties

Property Type Description
m_CloseDoorSound FMODAsset,

Public Methods

Method Description
enableThis ( ) : void

Private Methods

Method Description
OnTriggerEnter ( Collider col ) : void

Method Details

enableThis() public method

public enableThis ( ) : void
return void

Property Details

m_CloseDoorSound public property

public FMODAsset, m_CloseDoorSound
return FMODAsset,