Struct Dispatcher.DelayedAction
Inherited Members
Namespace: UnityEngine.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public struct Dispatcher.DelayedAction
Constructors
DelayedAction(Action, int)
Declaration
public DelayedAction(Action action, int framesDelay = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | |
| int | framesDelay |
Fields
action
Declaration
public Action action
Field Value
| Type | Description |
|---|---|
| Action |
framesDelay
Declaration
public int framesDelay
Field Value
| Type | Description |
|---|---|
| int |