ActionExt ClassAction extensions.

Inheritance Hierarchy

System.Object
  UltimateXR.Extensions.System.Threading.ActionExt
Namespace: UltimateXR.Extensions.System.Threading
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static class ActionExt


The ActionExt type exposes the following members.

Methods

NameDescription
Public methodStatic memberLoop Executes repeatedly this Action, in the main thread, at rate until cancellation is requested with ct.
Public methodStatic memberLoopThreaded Executes repeatedly this Action, in a separated thread, at rate Hz until cancellation is requested using ct.
Public methodStatic memberToLoop Creates a UxrLoopController which wraps a cancellable loop executing this Action in the main thread.
Public methodStatic memberToThreadedLoop Creates a UxrLoopController which wraps a cancellable loop executing this Action in a separate thread.

See Also

Reference

UltimateXR.Extensions.System.Threading Namespace