Skip to main content

Class Process

Namespace: RealityCollective.ServiceFramework.Definitions

Process description for subscribing to the service manager update loop as a process not as a full service or module.

public class Process

Inheritance

object ← Process

Constructors

Process(UpdateMethod, float)

public Process(UpdateMethod updateMethod, float period)

Parameters

updateMethod UpdateMethod

period float

Fields

period

public readonly float period

Field Value

float

periodCurrent

public float periodCurrent

Field Value

float

updateMethod

public UpdateMethod updateMethod

Field Value

UpdateMethod