Class MyStorageData.CopyOperator
Inheritance
System.Object
MyStorageData.CopyOperator
Implements
Namespace: VRage.Voxels
Assembly: VRage.dll
Syntax
public sealed class CopyOperator : ValueType, MyStorageData.IOperator
Methods
Op(ref Byte, Byte)
Declaration
public void Op(ref byte target, byte source)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | target | |
| System.Byte | source |