C# Class Flying, VRToolbox

Inheritance: MonoBehaviour
Afficher le fichier Open project: shakhruz/VRToolbox Class Usage Examples

Méthodes publiques

Свойство Type Description
canJump bool
forwardSpeed float
head GameObject

Méthodes publiques

Méthode Description
FlightMode ( ) : void
Jump ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FlightMode() public méthode

public FlightMode ( ) : void
Résultat void

Jump() public méthode

public Jump ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

canJump public_oe property

public bool canJump
Résultat bool

forwardSpeed public_oe property

public float forwardSpeed
Résultat float

head public_oe property

public GameObject head
Résultat GameObject