interface ObjectContext {
    selection: SceneObject[];
    getTypeName(): string;
    isOfType(type: string): boolean;
    isSame(other: ScriptObject): boolean;
}

Hierarchy (view full)

Properties

selection: SceneObject[]

Methods

  • Beta

    Parameters

    • type: string

    Returns boolean