C# Class PlayerEffects, Pharos

Inheritance: MonoBehaviour
Mostra file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
breathParticleEmission float
breathParticles ParticleSystem
currentFootsteps LevelSettings.FootstepGroundTypes
footstepAudioSource AudioSource
footstepEffectCollection List
footstepRunVolume float
footstepWalkVolume float
jumpingSFX AudioClip
landingSFX AudioClip
leftFootTransform Transform
rightFootTransform Transform

Public Methods

Method Description
Awake ( ) : void
DidJump ( ) : void
DidLand ( ) : void
PlayRunFootstep ( int foot ) : void
PlayWalkFootstep ( int foot ) : void
SetFootsteps ( List footstepEffectCollection ) : void
SetMoveSpeed ( float moveSpeed ) : void
SetTemperature ( LevelSettings levelAmbientTemperature ) : void
breathe ( ) : void
playFootstep ( int foot, float volume ) : void
setBreath ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

DidJump() public method

public DidJump ( ) : void
return void

DidLand() public method

public DidLand ( ) : void
return void

PlayRunFootstep() public method

public PlayRunFootstep ( int foot ) : void
foot int
return void

PlayWalkFootstep() public method

public PlayWalkFootstep ( int foot ) : void
foot int
return void

SetFootsteps() public method

public SetFootsteps ( List footstepEffectCollection ) : void
footstepEffectCollection List
return void

SetMoveSpeed() public method

public SetMoveSpeed ( float moveSpeed ) : void
moveSpeed float
return void

SetTemperature() public method

public SetTemperature ( LevelSettings levelAmbientTemperature ) : void
levelAmbientTemperature LevelSettings
return void

breathe() public method

public breathe ( ) : void
return void

playFootstep() public method

public playFootstep ( int foot, float volume ) : void
foot int
volume float
return void

setBreath() public method

public setBreath ( ) : void
return void

Property Details

breathParticleEmission public_oe property

public float breathParticleEmission
return float

breathParticles public_oe property

public ParticleSystem breathParticles
return ParticleSystem

currentFootsteps public_oe property

public LevelSettings.FootstepGroundTypes currentFootsteps
return LevelSettings.FootstepGroundTypes

footstepAudioSource public_oe property

public AudioSource footstepAudioSource
return AudioSource

footstepEffectCollection public_oe property

public List footstepEffectCollection
return List

footstepRunVolume public_oe property

public float footstepRunVolume
return float

footstepWalkVolume public_oe property

public float footstepWalkVolume
return float

jumpingSFX public_oe property

public AudioClip jumpingSFX
return AudioClip

landingSFX public_oe property

public AudioClip landingSFX
return AudioClip

leftFootTransform public_oe property

public Transform leftFootTransform
return Transform

rightFootTransform public_oe property

public Transform rightFootTransform
return Transform