Class MyClipboardDefinition
Inheritance
System.Object
VRage.Game.Components.Session.MySessionComponentDefinition
MyClipboardDefinition
Inherited Members
Namespace: VRage.Game.Definitions.SessionComponents
Assembly: VRage.Game.dll
Syntax
[MyDefinitionType]
public class MyClipboardDefinition : MySessionComponentDefinition
Constructors
MyClipboardDefinition()
Declaration
public MyClipboardDefinition()
Fields
PastingSettings
Defines settings for pasting.
Declaration
public MyPlacementSettings PastingSettings
Field Value
Type | Description |
---|---|
VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings |
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Type | Name | Description |
---|---|---|
MyObjectBuilder_DefinitionBase | builder |