Show / Hide Table of Contents

Class MyRuntimeObjectBuilderId

Inheritance
System.Object
MyRuntimeObjectBuilderId
Namespace: VRage.ObjectBuilders
Assembly: VRage.Game.dll
Syntax
public sealed class MyRuntimeObjectBuilderId : ValueType

Constructors

MyRuntimeObjectBuilderId(UInt16)

Declaration
public MyRuntimeObjectBuilderId(ushort value)
Parameters
Type Name Description
System.UInt16 value

Fields

Comparer

Declaration
public static readonly MyRuntimeObjectBuilderIdComparer Comparer
Field Value
Type Description
MyRuntimeObjectBuilderIdComparer

Value

Declaration
public readonly ushort Value
Field Value
Type Description
System.UInt16

Properties

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾