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