Class MyObjectBuilder_PrefabDefinition
Inheritance
System.Object
MyObjectBuilder_PrefabDefinition
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_PrefabDefinition : MyObjectBuilder_DefinitionBase
Constructors
MyObjectBuilder_PrefabDefinition()
Declaration
public MyObjectBuilder_PrefabDefinition()
Fields
CubeGrid
Declaration
public MyObjectBuilder_CubeGrid CubeGrid
Field Value
CubeGrids
Declaration
public MyObjectBuilder_CubeGrid[] CubeGrids
Field Value
EnvironmentType
Declaration
public MyEnvironmentTypes EnvironmentType
Field Value
PrefabPath
Declaration
[ModdableContentFile("sbc")]
public string PrefabPath
Field Value
Type |
Description |
System.String |
|
RespawnShip
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public string TooltipImage
Field Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeCubeGrid()
Declaration
public bool ShouldSerializeCubeGrid()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeRespawnShip()
Declaration
public bool ShouldSerializeRespawnShip()
Returns
Type |
Description |
System.Boolean |
|
Extension Methods