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
CharacterJump
C# Class CharacterJump, JuniorProject
Inheritance:
MonoBehaviour
Show file
Open project: MilesMeacham/JuniorProject
Class Usage Examples
Public Properties
Property
Type
Description
doubleJumped
bool
theCharacterMotor
CharacterMotor2,
theGroundCheck
GroundCheck,
Public Methods
Method
Description
FixedUpdate
( ) :
void
Jump
( ) :
void
Start
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Jump()
public
method
public
Jump
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
doubleJumped
public property
public
bool
doubleJumped
return
bool
theCharacterMotor
public property
public
CharacterMotor2,
theCharacterMotor
return
CharacterMotor2,
theGroundCheck
public property
public
GroundCheck,
theGroundCheck
return
GroundCheck,