C# Class TetrisTrigger, Asylum

Inheritance: MonoBehaviour
ファイルを表示 Open project: jump4r/Asylum Class Usage Examples

Public Properties

Property Type Description
shouldRotate bool

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Property Details

shouldRotate public_oe property

public bool shouldRotate
return bool