Class MyCubeGrid.MyPasteGridParameters
Inheritance
System.Object
MyCubeGrid.MyPasteGridParameters
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyPasteGridParameters : ValueType
Constructors
MyPasteGridParameters(List<MyObjectBuilder_CubeGrid>, Boolean, Boolean, Vector3, Boolean, MyCubeGrid.RelativeOffset, List<UInt64>)
Declaration
public MyPasteGridParameters(List<MyObjectBuilder_CubeGrid> entities, bool detectDisconnects, bool multiBlock, Vector3 objectVelocity, bool instantBuild, MyCubeGrid.RelativeOffset offset, List<ulong> clientsideDLCs)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<MyObjectBuilder_CubeGrid> |
entities |
|
System.Boolean |
detectDisconnects |
|
System.Boolean |
multiBlock |
|
Vector3 |
objectVelocity |
|
System.Boolean |
instantBuild |
|
MyCubeGrid.RelativeOffset |
offset |
|
System.Collections.Generic.List<System.UInt64> |
clientsideDLCs |
|
Fields
ClientsideDLCs
Declaration
[Serialize]
public List<ulong> ClientsideDLCs
Field Value
Type |
Description |
System.Collections.Generic.List<System.UInt64> |
|
DetectDisconnects
Declaration
public bool DetectDisconnects
Field Value
Type |
Description |
System.Boolean |
|
Entities
Declaration
[Serialize]
public List<MyObjectBuilder_CubeGrid> Entities
Field Value
InstantBuild
Declaration
Field Value
Type |
Description |
System.Boolean |
|
MultiBlock
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ObjectVelocity
Declaration
public Vector3 ObjectVelocity
Field Value
Offset
Declaration
public MyCubeGrid.RelativeOffset Offset
Field Value