Class MyPhysicalMaterialDefinition.ImpactSounds
Inheritance
System.Object
MyPhysicalMaterialDefinition.ImpactSounds
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
Field Value
| Type |
Description |
| System.Single |
|
maxVolumeVelocity
Declaration
public float maxVolumeVelocity
Field Value
| Type |
Description |
| System.Single |
|
minVelocity
Declaration
Field Value
| Type |
Description |
| System.Single |
|
SoundCue
Declaration
public MySoundPair SoundCue
Field Value