Class BlueprintClassEntry
Inheritance
System.Object
BlueprintClassEntry
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
Field Value
Type |
Description |
System.String |
|
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
TypeId
Declaration
public MyObjectBuilderType TypeId
Field Value
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 |
|