Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BoxState
C# Class BoxState, Sokoban3D
Show file
Open project: ar1st0crat/Sokoban3D
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
OnTriggerEnter
(
Collider,
collider
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider,
collider
) :
void
collider
Collider,
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
abstract
method
public
abstract
Update
( ) :
void
return
void