disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DeferredRendererItem

Base class: _BlipValue

Properties

bounds : Rect

colCallable : Callable

data : ReflectionValue

id : str

renderType : int

Variables

RenderType_Circle : Final = 8

RenderType_DisplayQuad : Final = 2

RenderType_FeedOutputQuad : Final = 5

RenderType_Line : Final = 6

RenderType_None : Final = 0

RenderType_Quad : Final = 1

RenderType_SelectionQuad : Final = 7

RenderType_Text : Final = 4

Constructors

__init__(self)

__init__(self, id_: str, data_: ReflectionValue, bounds_: Rect, renderType_: int)