@ascentbv/ts-common - v1.0.220
Preparing search index...
FrameDef
Interface FrameDef
interface
FrameDef
{
pos
:
Vector3
;
rot
:
Vector2
;
duration
?:
number
;
easing
?:
EasingType
;
hold
?:
number
;
spline
?:
SplineCurve
;
commands
?:
string
[]
;
fade
?:
FadeOptions
;
}
Index
Properties
pos
rot
duration?
easing?
hold?
spline?
commands?
fade?
Properties
pos
pos
:
Vector3
rot
rot
:
Vector2
Optional
duration
duration
?:
number
Optional
easing
easing
?:
EasingType
Optional
hold
hold
?:
number
Optional
spline
spline
?:
SplineCurve
Optional
commands
commands
?:
string
[]
Optional
fade
fade
?:
FadeOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pos
rot
duration
easing
hold
spline
commands
fade
@ascentbv/ts-common - v1.0.220
Loading...