C# 클래스 SpicyPixel.Threading.Tasks.UnityTaskExtensions

Extends MonoBehaviour to support FiberTaskScheduler.
파일 보기 프로젝트 열기: spicypixel/concurrency-kit-cs

공개 메소드들

메소드 설명
CreateFiberFactory ( this behaviour ) : FiberFactory

Creates a fiber factory using a FiberScheduler initialized with the MonoBehaviour.

CreateFiberScheduler ( this behaviour ) : FiberScheduler

Creates the fiber scheduler.

CreateTaskFactory ( this behaviour ) : TaskFactory

Creates a task factory using a FiberTaskScheduler initialized with the MonoBehaviour.

CreateTaskScheduler ( this behaviour ) : FiberTaskScheduler

Creates the task scheduler.

메소드 상세

CreateFiberFactory() 공개 정적인 메소드

Creates a fiber factory using a FiberScheduler initialized with the MonoBehaviour.
public static CreateFiberFactory ( this behaviour ) : FiberFactory
behaviour this Behaviour.
리턴 FiberFactory

CreateFiberScheduler() 공개 정적인 메소드

Creates the fiber scheduler.
public static CreateFiberScheduler ( this behaviour ) : FiberScheduler
behaviour this /// Behaviour. ///
리턴 FiberScheduler

CreateTaskFactory() 공개 정적인 메소드

Creates a task factory using a FiberTaskScheduler initialized with the MonoBehaviour.
public static CreateTaskFactory ( this behaviour ) : TaskFactory
behaviour this /// Behaviour. ///
리턴 TaskFactory

CreateTaskScheduler() 공개 정적인 메소드

Creates the task scheduler.
public static CreateTaskScheduler ( this behaviour ) : FiberTaskScheduler
behaviour this /// Behaviour. ///
리턴 FiberTaskScheduler