Struct Dispatcher.DelayedAction
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: PiXYZ.Utils
Assembly: cs.temp.dll.dll
Syntax
public struct DelayedAction
Constructors
DelayedAction(Action, Int32)
Declaration
public DelayedAction(Action action, int framesDelay = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Action | action | |
System.Int32 | framesDelay |
Fields
action
Declaration
public Action action
Field Value
Type | Description |
---|---|
System.Action |
framesDelay
Declaration
public int framesDelay
Field Value
Type | Description |
---|---|
System.Int32 |