C# Class improved_movement

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid

Méthodes publiques

Свойство Type Description
acc float
activeAbilities bool[]
currStamina float
isDead bool
outsideFactor Vector3
rotMax float
rotationDeadZone float
rotationSpeedMax float
sideMovementMod float
speedMod float
waveAcc bool

Méthodes publiques

Méthode Description
ClampAngle ( float angle, float min, float max ) : float
FixedUpdate ( ) : void
Start ( ) : void
changeDec ( ) : void
getSlider ( float rate ) : void
toggleDeathState ( ) : void

Private Methods

Méthode Description
rotationHandler ( bool isEgg ) : void
rotationHandler2 ( bool isEgg ) : void
waitThisLong ( float x ) : IEnumerator
waveHadler ( ) : void

Method Details

ClampAngle() public static méthode

public static ClampAngle ( float angle, float min, float max ) : float
angle float
min float
max float
Résultat float

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

changeDec() public méthode

public changeDec ( ) : void
Résultat void

getSlider() public méthode

public getSlider ( float rate ) : void
rate float
Résultat void

toggleDeathState() public méthode

public toggleDeathState ( ) : void
Résultat void

Property Details

acc public_oe property

public float acc
Résultat float

activeAbilities public_oe property

public bool[] activeAbilities
Résultat bool[]

currStamina public_oe property

public float currStamina
Résultat float

isDead public_oe property

public bool isDead
Résultat bool

outsideFactor public_oe property

public Vector3 outsideFactor
Résultat Vector3

rotMax public_oe property

public float rotMax
Résultat float

rotationDeadZone public_oe property

public float rotationDeadZone
Résultat float

rotationSpeedMax public_oe property

public float rotationSpeedMax
Résultat float

sideMovementMod public_oe property

public float sideMovementMod
Résultat float

speedMod public_oe property

public float speedMod
Résultat float

waveAcc public_oe property

public bool waveAcc
Résultat bool