Designer Plugins
Plugins for Disguise Designer software.
Plugins for Disguise Designer software.
Previous version: r32.0
Date: 02/06/2026, 16:14
def asPathString(self) -> str:
def getSerialisedConfigString(self) -> str:
def roundClosest(self, f: float) -> Vec2:
def roundDown(self, f: float) -> Vec2:
@property
def verboseSend(self) -> bool:
@verboseSend.setter
def verboseSend(self, value: bool) -> None:
@property
def layer(self) -> Layer:
@property
def keys(self) -> List[Key]:
@property
def coefficient(self) -> List[float]:
@property
def objects(self) -> List[MidiControlSetEntry]:
@property
def controlSets(self) -> List[MidiControlSet]:
@property
def schemaPath(self) -> str:
@property
def telemetryLogsPath(self) -> str:
@property
def displays(self) -> List[Display]:
@overload
def __init__(self, tex0: DxTexture, blendMode0: int, tex1: DxTexture, blendMode1: int) -> None:
@overload
def __init__(self, captureBasePath: str, settings: CaptureSettings, camComms: CameraCommunication) -> None:
@overload
def __init__(self, rp: TransportManager) -> None:
@overload
def __init__(self, tex0: DxTexture, blendMode0: int, arg2: DxTexture, blendMode1: int) -> None:
@overload
def __init__(self, captureBasePath: str, settings: CaptureSettings, arg2: CameraCommunication) -> None:
def round(self, f: float) -> Vec2: