paya.runtime.networks.System#

class System(*args, **kwargs)#

Inheritance

Network Network DependNode DependNode PyNode ProxyUnicode

classmethod matchesType(network, exactType=False, checkNodeType=True)#
Parameters
  • network (str, Network) – The network node to inspect.

  • checkNodeType (bool) – check that network is actually a network node; set this to False if you know this already; defaults to True

  • exactType/et (bool) – match the exact class only, excluding subclasses; defaults to False

Returns

True if network matches this class or a subclass of this class.

Return type

bool

classmethod getAll(exactType=False)#
Parameters

exactType/et (bool) – match the exact class only, excluding subclasses; defaults to False

Returns

All network nodes in the scene whose payaSubtype attribute is set to this class or a subclass of this class.

Return type

list [System]