Show / Hide Table of Contents

Class MyCubeGrid.MyPasteGridParameters

Inheritance
System.Object
MyCubeGrid.MyPasteGridParameters
Namespace: Sandbox.Game.Entities
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
Type Description
System.Collections.Generic.List<MyObjectBuilder_CubeGrid>

InstantBuild

Declaration
public bool InstantBuild
Field Value
Type Description
System.Boolean

MultiBlock

Declaration
public bool MultiBlock
Field Value
Type Description
System.Boolean

ObjectVelocity

Declaration
public Vector3 ObjectVelocity
Field Value
Type Description
Vector3

Offset

Declaration
public MyCubeGrid.RelativeOffset Offset
Field Value
Type Description
MyCubeGrid.RelativeOffset
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾