Preparing search index...
The search index is not available
Akashic Engine
Akashic Engine
PointSourceBase
Interface PointSourceBase<T>
ポインティングソースによる対象を表すインターフェース。 対象とその対象から見た相対座標によって構成される。
interface
PointSourceBase
<
T
>
{
local
?:
boolean
;
point
:
undefined
|
CommonOffset
;
target
:
undefined
|
T
;
}
Type Parameters
T
extends
PointTarget
Hierarchy (
view full
)
PointSourceBase
PointSource
Index
Properties
local?
point
target
Properties
Optional
local
local
?:
boolean
point
point
:
undefined
|
CommonOffset
target
target
:
undefined
|
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
local
point
target
Akashic Engine
Loading...
ポインティングソースによる対象を表すインターフェース。 対象とその対象から見た相対座標によって構成される。