C# Class OperationLibrary, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance OperationLibrary,

Protected Properties

Свойство Type Description
allocators AllocOperationDelegate>.Dictionary

Méthodes publiques

Méthode Description
Allocate ( string name ) : Operation
OperationLibrary ( ) : UnityEngine
Register ( string name, AllocOperationDelegate alloc ) : void

Méthodes protégées

Méthode Description
RegisterBehaviors ( ) : void

Method Details

Allocate() public méthode

public Allocate ( string name ) : Operation
name string
Résultat Operation

OperationLibrary() public méthode

public OperationLibrary ( ) : UnityEngine
Résultat UnityEngine

Register() public méthode

public Register ( string name, AllocOperationDelegate alloc ) : void
name string
alloc AllocOperationDelegate
Résultat void

RegisterBehaviors() protected méthode

protected RegisterBehaviors ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static OperationLibrary, Instance
Résultat OperationLibrary,

allocators protected_oe property

protected Dictionary allocators
Résultat AllocOperationDelegate>.Dictionary