Show / Hide Table of Contents

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 Source

Visible

If this processable item is visible on the screen.

Declaration
bool Visible { get; set; }
Property Value
Type Description
bool

Methods

View Source

Process()

Processes the object.

Declaration
void Process()
  • View Source
In this article
Back to top Generated by DocFX