Show / Hide Table of Contents

Class MyObjectBuilder_CubeBlockDefinition.Side

Inheritance
System.Object
MyObjectBuilder_CubeBlockDefinition.Side
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class Side : Object

Constructors

Side()

Declaration
public Side()

Fields

Model

Declaration
[ModdableContentFile("mwm")]
public string Model
Field Value
Type Description
System.String

PatternSize

Declaration
public SerializableVector2I PatternSize
Field Value
Type Description
VRage.SerializableVector2I

ScaleTileU

Declaration
public int ScaleTileU
Field Value
Type Description
System.Int32

ScaleTileV

Declaration
public int ScaleTileV
Field Value
Type Description
System.Int32

Properties

PatternHeight

Declaration
public int PatternHeight { get; set; }
Property Value
Type Description
System.Int32

PatternWidth

Declaration
public int PatternWidth { get; set; }
Property Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾