Show / Hide Table of Contents

Class MyPhysicalMaterialDefinition.ImpactSounds

Inheritance
System.Object
MyPhysicalMaterialDefinition.ImpactSounds
Namespace: Sandbox.Definitions
Assembly: Sandbox.Game.dll
Syntax
public sealed class ImpactSounds : ValueType

Constructors

ImpactSounds(Single, String, Single, Single)

Declaration
public ImpactSounds(float mass, string soundCue, float minVelocity, float maxVolumeVelocity)
Parameters
Type Name Description
System.Single mass
System.String soundCue
System.Single minVelocity
System.Single maxVolumeVelocity

Fields

Mass

Declaration
public float Mass
Field Value
Type Description
System.Single

maxVolumeVelocity

Declaration
public float maxVolumeVelocity
Field Value
Type Description
System.Single

minVelocity

Declaration
public float minVelocity
Field Value
Type Description
System.Single

SoundCue

Declaration
public MySoundPair SoundCue
Field Value
Type Description
MySoundPair
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾