disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

TextureParamStatusManager

Centralized state for all active texture parameter streams and the RS nodes subscribed to receive them.

Methods

receiverStatus(self, receiverSubscription: Subscription) -> ReceiverStatus

/** Status information for each receiver of an active stream that belongs to the workload. */

receivers(self, workload: int) -> List[Subscription]

/** Returns the identifiers for all texture parameter stream subscriptions within a given workload. */

streamStatus(self, stream: int) -> StreamStatus

/** Returns the status for a specific texture parameter multicast stream. Throws an error if no match is found. */