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

interface Targetable {
    targetInfo: TargetInfo;
    dispose(): void;
    getBoundingRadius(): number;
    getTransform(): TransformNode;
    getTypeName(): string;
}

Hierarchy (View Summary)

Implemented by

Properties

targetInfo: TargetInfo

Methods