Class MyVoxelBase.StorageChanged
Inheritance
System.Object
MyVoxelBase.StorageChanged
Assembly: Sandbox.Game.dll
Syntax
public sealed class StorageChanged : MulticastDelegate
Constructors
StorageChanged(Object, IntPtr)
Declaration
public StorageChanged(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(MyVoxelBase, Vector3I, Vector3I, MyStorageDataTypeFlags, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(MyVoxelBase storage, Vector3I minVoxelChanged, Vector3I maxVoxelChanged, MyStorageDataTypeFlags changedData, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(MyVoxelBase, Vector3I, Vector3I, MyStorageDataTypeFlags)
Declaration
public virtual void Invoke(MyVoxelBase storage, Vector3I minVoxelChanged, Vector3I maxVoxelChanged, MyStorageDataTypeFlags changedData)
Parameters