webani - v1.0.0
    Preparing search index...

    The base class for all transformable objects in the Webani framework. This class handles transformations such as translation, rotation, scaling, and parent-child relationships.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Optional animation class used for interpolated animations.

    Type declaration

    extraTransforms: WorldTransform[] = []

    An array of additional world transforms that modify the object.

    The parent transformable object, if any.

    scaleCompensation: boolean = false

    Flag indicating whether to apply scale compensation for the parent object.

    transform: WorldTransform = ...

    The world transform of the object, including position, rotation, and scale.

    useOriginAsCenter: boolean = false

    Flag indicating whether to use the origin as the center of rotation.

    Accessors

    Methods