C# Class OperationLibrary, tf_client

ファイルを表示 Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
Instance OperationLibrary,

Protected Properties

Property Type Description
allocators AllocOperationDelegate>.Dictionary

Public Methods

Method Description
Allocate ( string name ) : Operation
OperationLibrary ( ) : UnityEngine
Register ( string name, AllocOperationDelegate alloc ) : void

Protected Methods

Method Description
RegisterBehaviors ( ) : void

Method Details

Allocate() public method

public Allocate ( string name ) : Operation
name string
return Operation

OperationLibrary() public method

public OperationLibrary ( ) : UnityEngine
return UnityEngine

Register() public method

public Register ( string name, AllocOperationDelegate alloc ) : void
name string
alloc AllocOperationDelegate
return void

RegisterBehaviors() protected method

protected RegisterBehaviors ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static OperationLibrary, Instance
return OperationLibrary,

allocators protected_oe property

protected Dictionary allocators
return AllocOperationDelegate>.Dictionary