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
ExtendBehaviour
C# Class ExtendBehaviour, Castle-Bashers
Inheritance:
MonoBehaviour
Show file
Open project: DevelopersGuild/Castle-Bashers
Class Usage Examples
Public Properties
Property
Type
Description
dextend
bool
direction
float
x
bool
Public Methods
Method
Description
Deactivate
( ) :
void
Resume
(
float
f
) :
void
Return
( ) :
void
SetPause
(
bool
bl
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Deactivate()
public
method
public
Deactivate
( ) :
void
return
void
Resume()
public
method
public
Resume
(
float
f
) :
void
f
float
return
void
Return()
public
method
public
Return
( ) :
void
return
void
SetPause()
public
method
public
SetPause
(
bool
bl
) :
void
bl
bool
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
dextend
public property
public
bool
dextend
return
bool
direction
public property
public
float
direction
return
float
x
public property
public
bool
x
return
bool