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
DragCtrl
C# Class DragCtrl, MazeToddler
Inheritance:
MonoBehaviour
Show file
Open project: Nexters/MazeToddler
Class Usage Examples
Public Properties
Property
Type
Description
AllowGap
float
Collider
Transform
Gate
Transform
Goal
Vector3
MoveSpeed
float
Public Methods
Method
Description
Open
( ) :
void
isOpen
( ) :
bool
Private Methods
Method
Description
Awake
( ) :
void
Update
( ) :
void
Method Details
Open()
public
method
public
Open
( ) :
void
return
void
isOpen()
public
method
public
isOpen
( ) :
bool
return
bool
Property Details
AllowGap
public property
public
float
AllowGap
return
float
Collider
public property
public
Transform
Collider
return
Transform
Gate
public property
public
Transform
Gate
return
Transform
Goal
public property
public
Vector3
Goal
return
Vector3
MoveSpeed
public property
public
float
MoveSpeed
return
float