Show / Hide Table of Contents

Class MyResourceOutputChangedDelegate

Inheritance
System.Object
MyResourceOutputChangedDelegate
Namespace: Sandbox.Game.EntityComponents
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyResourceOutputChangedDelegate : MulticastDelegate

Constructors

MyResourceOutputChangedDelegate(Object, IntPtr)

Declaration
public MyResourceOutputChangedDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(MyDefinitionId, Single, MyResourceSourceComponent, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MyDefinitionId changedResourceId, float oldOutput, MyResourceSourceComponent source, AsyncCallback callback, object object)
Parameters
Type Name Description
MyDefinitionId changedResourceId
System.Single oldOutput
MyResourceSourceComponent source
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(MyDefinitionId, Single, MyResourceSourceComponent)

Declaration
public virtual void Invoke(MyDefinitionId changedResourceId, float oldOutput, MyResourceSourceComponent source)
Parameters
Type Name Description
MyDefinitionId changedResourceId
System.Single oldOutput
MyResourceSourceComponent source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾