Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds Struct Reference

Public Member Functions

 ImpactSounds (float mass, string soundCue, float minVelocity, float maxVolumeVelocity)
 

Public Attributes

float Mass
 
MySoundPair SoundCue
 
float minVelocity
 
float maxVolumeVelocity
 

Detailed Description

Definition at line 38 of file MyPhysicalMaterialDefinition.cs.

Constructor & Destructor Documentation

Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds.ImpactSounds ( float  mass,
string  soundCue,
float  minVelocity,
float  maxVolumeVelocity 
)
inline

Definition at line 45 of file MyPhysicalMaterialDefinition.cs.

Member Data Documentation

float Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds.Mass

Definition at line 40 of file MyPhysicalMaterialDefinition.cs.

float Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds.maxVolumeVelocity

Definition at line 43 of file MyPhysicalMaterialDefinition.cs.

float Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds.minVelocity

Definition at line 42 of file MyPhysicalMaterialDefinition.cs.

MySoundPair Sandbox.Definitions.MyPhysicalMaterialDefinition.ImpactSounds.SoundCue

Definition at line 41 of file MyPhysicalMaterialDefinition.cs.


The documentation for this struct was generated from the following file: