Typescript Library Declarations (DOM)
Interface GPUOrigin2DDictStrict
interface
GPUOrigin2DDictStrict
{
x
?:
number
;
y
?:
number
;
z
?:
undefined
;
}
Hierarchy
GPUOrigin2DDict
GPUOrigin2DDictStrict (
view full
)
Index
Properties
x?
y?
z?
Properties
Optional
x
x
?:
number
Optional
y
y
?:
number
Optional
z
z
?:
undefined
Deprecated
Does not exist for GPUOrigin2D.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
Typescript Library Declarations (DOM)
Deprecated
Does not exist for GPUOrigin2D.