Show / Hide Table of Contents

Class MyVoxelBase.StorageChanged

Inheritance
System.Object
MyVoxelBase.StorageChanged
Namespace: Sandbox.Game.Entities
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
Type Name Description
MyVoxelBase storage
Vector3I minVoxelChanged
Vector3I maxVoxelChanged
MyStorageDataTypeFlags changedData
System.AsyncCallback callback
System.Object object
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
Type Name Description
MyVoxelBase storage
Vector3I minVoxelChanged
Vector3I maxVoxelChanged
MyStorageDataTypeFlags changedData
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾