Interface MyStorageData.IOperator
Namespace: VRage.Voxels
Assembly: VRage.dll
Syntax
public interface IOperator
Methods
Op(ref Byte, Byte)
Declaration
void Op(ref byte target, byte source)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | target | |
System.Byte | source |