Interface PointSourceBase<T>

ポインティングソースによる対象を表すインターフェース。 対象とその対象から見た相対座標によって構成される。

interface PointSourceBase<T> {
    local?: boolean;
    point: undefined | CommonOffset;
    target: undefined | T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

local?: boolean
point: undefined | CommonOffset
target: undefined | T