C# 클래스 OperationLibrary, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance OperationLibrary,

보호된 프로퍼티들

프로퍼티 타입 설명
allocators AllocOperationDelegate>.Dictionary

공개 메소드들

메소드 설명
Allocate ( string name ) : Operation
OperationLibrary ( ) : UnityEngine
Register ( string name, AllocOperationDelegate alloc ) : void

보호된 메소드들

메소드 설명
RegisterBehaviors ( ) : void

메소드 상세

Allocate() 공개 메소드

public Allocate ( string name ) : Operation
name string
리턴 Operation

OperationLibrary() 공개 메소드

public OperationLibrary ( ) : UnityEngine
리턴 UnityEngine

Register() 공개 메소드

public Register ( string name, AllocOperationDelegate alloc ) : void
name string
alloc AllocOperationDelegate
리턴 void

RegisterBehaviors() 보호된 메소드

protected RegisterBehaviors ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static OperationLibrary, Instance
리턴 OperationLibrary,

allocators 보호되어 있는 프로퍼티

protected Dictionary allocators
리턴 AllocOperationDelegate>.Dictionary