@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface XRReferenceSpaceEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XRReferenceSpaceEventInit.Builder
The XRReferenceSpaceEventInit dictionary is used when calling the XRReferenceSpaceEvent() constructor to provide the values for its properties.
|
| Modifier and Type | Method and Description |
|---|---|
static XRReferenceSpaceEventInit.Builder |
create(XRReferenceSpace referenceSpace) |
XRReferenceSpace |
referenceSpace()
The XRReferenceSpaceEventInit property referenceSpace is used to establish the value of a newly-constructed XRReferenceSpaceEvent object when calling the XRReferenceSpaceEvent() constructor.
|
void |
setReferenceSpace(XRReferenceSpace referenceSpace)
The XRReferenceSpaceEventInit property referenceSpace is used to establish the value of a newly-constructed XRReferenceSpaceEvent object when calling the XRReferenceSpaceEvent() constructor.
|
void |
setTransform(XRRigidTransform transform)
The XRReferenceSpaceEventInit property transform indicates the position and orientation of the affected reference space's native origin after the changes the event represents are applied.
|
XRRigidTransform |
transform()
The XRReferenceSpaceEventInit property transform indicates the position and orientation of the affected reference space's native origin after the changes the event represents are applied.
|
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static XRReferenceSpaceEventInit.Builder create(@Nonnull XRReferenceSpace referenceSpace)
@JsProperty(name="referenceSpace") @Nonnull XRReferenceSpace referenceSpace()
@JsProperty
void setReferenceSpace(@Nonnull
XRReferenceSpace referenceSpace)
@JsProperty(name="transform") @Nullable XRRigidTransform transform()
@JsProperty
void setTransform(@Nullable
XRRigidTransform transform)