Show / Hide Table of Contents

Class BlueprintClassEntry

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

Constructors

BlueprintClassEntry()

Declaration
public BlueprintClassEntry()

Fields

BlueprintSubtypeId

Declaration
public string BlueprintSubtypeId
Field Value
Type Description
System.String

Class

Declaration
public string Class
Field Value
Type Description
System.String

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean

TypeId

Declaration
public MyObjectBuilderType TypeId
Field Value
Type Description
MyObjectBuilderType

Properties

BlueprintTypeId

Declaration
public string BlueprintTypeId { get; set; }
Property Value
Type Description
System.String

Methods

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾