Space Engineers
Public Attributes | List of all members
VRage.Game.MyObjectBuilder_ModelComponentDefinition Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_ModelComponentDefinition:
VRage.Game.MyObjectBuilder_ComponentDefinitionBase VRage.Game.MyObjectBuilder_DefinitionBase VRage.ObjectBuilders.MyObjectBuilder_Base

Public Attributes

Vector3 Size
 
float Mass
 
float Volume = null
 
string Model = @"Models\Components\Sphere.mwm"
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_ComponentDefinitionBase
string ComponentType
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_DefinitionBase
SerializableDefinitionId Id
 
string DisplayName
 
string Description
 
string[] Icons
 
bool Public = true
 
bool Enabled = true
 
bool AvailableInSurvival = true
 

Additional Inherited Members

- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 11 of file MyObjectBuilder_ModelComponentDefinition.cs.

Member Data Documentation

float VRage.Game.MyObjectBuilder_ModelComponentDefinition.Mass

Definition at line 17 of file MyObjectBuilder_ModelComponentDefinition.cs.

string VRage.Game.MyObjectBuilder_ModelComponentDefinition.Model = @"Models\Components\Sphere.mwm"

Definition at line 24 of file MyObjectBuilder_ModelComponentDefinition.cs.

Vector3 VRage.Game.MyObjectBuilder_ModelComponentDefinition.Size

Definition at line 14 of file MyObjectBuilder_ModelComponentDefinition.cs.

float VRage.Game.MyObjectBuilder_ModelComponentDefinition.Volume = null

Definition at line 20 of file MyObjectBuilder_ModelComponentDefinition.cs.


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