Свойство | Тип | Описание | |
---|---|---|---|
breathParticleEmission | float | ||
breathParticles | ParticleSystem | ||
currentFootsteps | LevelSettings.FootstepGroundTypes | ||
footstepAudioSource | AudioSource | ||
footstepEffectCollection | List |
||
footstepRunVolume | float | ||
footstepWalkVolume | float | ||
jumpingSFX | AudioClip | ||
landingSFX | AudioClip | ||
leftFootTransform | Transform | ||
rightFootTransform | Transform |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
DidJump ( ) : void | ||
DidLand ( ) : void | ||
PlayRunFootstep ( int foot ) : void | ||
PlayWalkFootstep ( int foot ) : void | ||
SetFootsteps ( List |
||
SetMoveSpeed ( float moveSpeed ) : void | ||
SetTemperature ( LevelSettings levelAmbientTemperature ) : void | ||
breathe ( ) : void | ||
playFootstep ( int foot, float volume ) : void | ||
setBreath ( ) : void |
public PlayRunFootstep ( int foot ) : void | ||
foot | int | |
Результат | void |
public PlayWalkFootstep ( int foot ) : void | ||
foot | int | |
Результат | void |
public SetFootsteps ( List |
||
footstepEffectCollection | List |
|
Результат | void |
public SetMoveSpeed ( float moveSpeed ) : void | ||
moveSpeed | float | |
Результат | void |
public SetTemperature ( LevelSettings levelAmbientTemperature ) : void | ||
levelAmbientTemperature | LevelSettings | |
Результат | void |
public playFootstep ( int foot, float volume ) : void | ||
foot | int | |
volume | float | |
Результат | void |
public LevelSettings.FootstepGroundTypes currentFootsteps | ||
Результат | LevelSettings.FootstepGroundTypes |