csc.tools.attractor.GSPhysicsType

class csc.tools.attractor.GSPhysicsType

GeneralSettings::RotationAxis enum

FrameRelax, InterpolationRelax

Members:

FrameRelax

InterpolationRelax

__init__(self: csc.tools.attractor.GSPhysicsType, value: int) None

Methods

__init__(self, value)

Attributes

FrameRelax

InterpolationRelax

name

value

FrameRelax = <GSPhysicsType.FrameRelax: 0>
InterpolationRelax = <GSPhysicsType.InterpolationRelax: 1>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.tools.attractor.GSPhysicsType) int
__init__(self: csc.tools.attractor.GSPhysicsType, value: int) None
__int__(self: csc.tools.attractor.GSPhysicsType) int
__members__ = {'FrameRelax': <GSPhysicsType.FrameRelax: 0>, 'InterpolationRelax': <GSPhysicsType.InterpolationRelax: 1>}
__module__ = 'csc.tools.attractor'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.tools.attractor.GSPhysicsType, state: int) None
__str__()

name(self: handle) -> str

property name
property value