Struct PlayerLoopSystem
Assembly: UnityEngine.dll
Syntax
public struct PlayerLoopSystem
Fields
|
Improve this Doc
View Source
loopConditionFunction
Declaration
public IntPtr loopConditionFunction
Field Value
|
Improve this Doc
View Source
subSystemList
Declaration
public PlayerLoopSystem[] subSystemList
Field Value
|
Improve this Doc
View Source
type
Declaration
Field Value
|
Improve this Doc
View Source
updateDelegate
Declaration
public PlayerLoopSystem.UpdateFunction updateDelegate
Field Value
|
Improve this Doc
View Source
updateFunction
Declaration
public IntPtr updateFunction
Field Value
Extension Methods