Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    targetInfo: TargetInfo

    Methods