C# Class CharacterInput.InputState, unity-unet-authoritative-networking

Afficher le fichier Open project: atrakeur/unity-unet-authoritative-networking Class Usage Examples

Méthodes publiques

Свойство Type Description
inputAim bool
inputFire bool
inputHorizontal sbyte
inputJump bool
inputRun bool
inputState int
inputVertical sbyte
pitch short
yaw short

Méthodes publiques

Méthode Description
getInputHorizontal ( ) : float
getInputVertical ( ) : float
getPitch ( ) : float
getYaw ( ) : float
setInputHorizontal ( float value ) : void
setInputVertical ( float value ) : void
setPitch ( float value ) : void
setYaw ( float value ) : void

Method Details

getInputHorizontal() public méthode

public getInputHorizontal ( ) : float
Résultat float

getInputVertical() public méthode

public getInputVertical ( ) : float
Résultat float

getPitch() public méthode

public getPitch ( ) : float
Résultat float

getYaw() public méthode

public getYaw ( ) : float
Résultat float

setInputHorizontal() public méthode

public setInputHorizontal ( float value ) : void
value float
Résultat void

setInputVertical() public méthode

public setInputVertical ( float value ) : void
value float
Résultat void

setPitch() public méthode

public setPitch ( float value ) : void
value float
Résultat void

setYaw() public méthode

public setYaw ( float value ) : void
value float
Résultat void

Property Details

inputAim public_oe property

public bool inputAim
Résultat bool

inputFire public_oe property

public bool inputFire
Résultat bool

inputHorizontal public_oe property

public sbyte inputHorizontal
Résultat sbyte

inputJump public_oe property

public bool inputJump
Résultat bool

inputRun public_oe property

public bool inputRun
Résultat bool

inputState public_oe property

public int inputState
Résultat int

inputVertical public_oe property

public sbyte inputVertical
Résultat sbyte

pitch public_oe property

public short pitch
Résultat short

yaw public_oe property

public short yaw
Résultat short