StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Properties | List of all members
strange.extensions.command.api.IPooledCommandBinder Interface Reference

Interface for a CommandBinder that allows pooling. More...

Inheritance diagram for strange.extensions.command.api.IPooledCommandBinder:
strange.extensions.command.impl.CommandBinder strange.extensions.command.impl.EventCommandBinder strange.extensions.command.impl.SignalCommandBinder strange.extensions.sequencer.impl.Sequencer strange.extensions.sequencer.impl.EventSequencer

Public Member Functions

Pool< T > GetPool< T > ()
 Retrieve the Pool of the specified type.
 

Properties

bool usePooling [get, set]
 Switch to disable pooling for those that don't want to use it.
 

Detailed Description

Interface for a CommandBinder that allows pooling.

Pooling allows Commands to be recycled, which can be more efficient.


The documentation for this interface was generated from the following file: