C# Class TetrisTile, Asylum

Inheritance: MonoBehaviour
显示文件 Open project: jump4r/Asylum Class Usage Examples

Public Properties

Property Type Description
rotated bool
rotating bool

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void
freezeTile ( ) : void
startRotation ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

freezeTile() public method

public freezeTile ( ) : void
return void

startRotation() public method

public startRotation ( ) : void
return void

Property Details

rotated public_oe property

public bool rotated
return bool

rotating public_oe property

public bool rotating
return bool