Interface IProcessable
Interface for items that can be processed in an Object Pool.
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public interface IProcessable
Properties
View SourceVisible
If this processable item is visible on the screen.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceProcess()
Processes the object.
Declaration
void Process()