C# Class CrumblingFloor, Adagio

Inheritance: MonoBehaviour
Exibir arquivo Open project: technicalvgda/Adagio

Public Properties

Property Type Description
destroyDelay float
fallDelay float
shakeScript Screenshake,

Public Methods

Method Description
Awake ( ) : void
Fall ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Fall() public method

public Fall ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyDelay public_oe property

public float destroyDelay
return float

fallDelay public_oe property

public float fallDelay
return float

shakeScript public_oe property

public Screenshake, shakeScript
return Screenshake,