Click or drag to resize
MyDefinitionId Constructor (MyObjectBuilderType, String)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MyDefinitionId class

Namespace: VRage.Game
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyDefinitionId(
	MyObjectBuilderType type,
	string subtypeName
)

Parameters

type
Type: MyObjectBuilderType

[Missing <param name="type"/> documentation for "M:VRage.Game.MyDefinitionId.#ctor(VRage.ObjectBuilders.MyObjectBuilderType,System.String)"]

subtypeName
Type: SystemString

[Missing <param name="subtypeName"/> documentation for "M:VRage.Game.MyDefinitionId.#ctor(VRage.ObjectBuilders.MyObjectBuilderType,System.String)"]

See Also