Attention

You are viewing PyUnity docs under the develop branch. As such, they are only applicable if you installed from source. Go to https://docs.pyunity.x10.bz/en/latest/ for the most recent release.

pyunity.values.other module


class pyunity.values.other.IgnoredMixin[source]

Bases: object

class pyunity.values.other.IncludeMixin[source]

Bases: object

class pyunity.values.other.IncludeInstanceMixin[source]

Bases: object

class pyunity.values.other.Clock[source]

Bases: object

property fps
Start(fps=None)[source]
Maintain()[source]
class pyunity.values.other.LockedLiteral[source]

Bases: object

class pyunity.values.other.SavableStruct[source]

Bases: object

fromDict(factory, attrs, instanceCheck=None)[source]
class pyunity.values.other.StructEntry[source]

Bases: object

ignore = <pyunity.values.other.StructEntry._ignoredEntry object>

Type:    _ignoredEntry

class pyunity.values.other.ImmutableStruct[source]

Bases: type