Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TetrisTile
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