Describes all objects that can be moved around, rotated and scaled in the scene

interface Transformable {
    dispose(): void;
    getTransform(): TransformNode;
}

Hierarchy (View Summary)

Implemented by

Methods