BindPoint constructor

__init__(self, scene, prop)

Initializes a new instance of the BindPoint class.


def __init__(self, scene, prop):
    ...
ParameterTypeDescription
sceneSceneThe scene that contains the animation.
propPropertyProperty.

See Also