Search
Preparing search index...
The search index is not available
Mixed Reality Extension SDK
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
Transform
Class Transform
Hierarchy
Transform
ScaledTransform
Implements
TransformLike
Index
Constructors
constructor
Accessors
position
rotation
Methods
copy
toJSON
Constructors
constructor
new
Transform
(
)
:
Transform
PUBLIC METHODS
Returns
Transform
Accessors
position
get
position
(
)
:
Vector3
set
position
(
value
:
Vector3
)
:
void
Returns
Vector3
Parameters
value:
Vector3
Returns
void
rotation
get
rotation
(
)
:
Quaternion
set
rotation
(
value
:
Quaternion
)
:
void
Returns
Quaternion
Parameters
value:
Quaternion
Returns
void
Methods
copy
copy
(
from
:
Partial
<
TransformLike
>
)
:
this
Parameters
from:
Partial
<
TransformLike
>
Returns
this
toJSON
toJSON
(
)
:
TransformLike
Returns
TransformLike
Globals
Transform
constructor
position
rotation
copy
toJSON
PUBLIC METHODS