ThreePipe
Preparing search index...
ConstraintPropsTypes
Interface ConstraintPropsTypes
interface
ConstraintPropsTypes
{
copy_position
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
invert
?:
(
"x"
|
"y"
|
"z"
)
[]
;
}
;
copy_rotation
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
invert
?:
(
"x"
|
"y"
|
"z"
)
[]
;
order
?:
"XYZ"
|
"YXZ"
|
"ZXY"
|
"ZYX"
|
"YZX"
|
"XZY"
;
}
;
copy_scale
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
uniform
?:
boolean
}
;
copy_transforms
:
{}
;
follow_path
:
{
followCurve
?:
boolean
;
offset
?:
number
}
;
look_at
:
{
upAxis
?:
"x"
|
"y"
|
"-x"
|
"-y"
|
"-z"
|
"z"
}
;
}
Index
Properties
copy_
position
copy_
rotation
copy_
scale
copy_
transforms
follow_
path
look_
at
Properties
copy_
position
copy_position
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
invert
?:
(
"x"
|
"y"
|
"z"
)
[]
}
copy_
rotation
copy_rotation
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
invert
?:
(
"x"
|
"y"
|
"z"
)
[]
;
order
?:
"XYZ"
|
"YXZ"
|
"ZXY"
|
"ZYX"
|
"YZX"
|
"XZY"
;
}
copy_
scale
copy_scale
:
{
axis
?:
(
"x"
|
"y"
|
"z"
)
[]
;
uniform
?:
boolean
}
copy_
transforms
copy_transforms
:
{}
follow_
path
follow_path
:
{
followCurve
?:
boolean
;
offset
?:
number
}
look_
at
look_at
:
{
upAxis
?:
"x"
|
"y"
|
"-x"
|
"-y"
|
"-z"
|
"z"
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
copy_
position
copy_
rotation
copy_
scale
copy_
transforms
follow_
path
look_
at
ThreePipe
Loading...