Preparing search index...
The search index is not available
RSX Code Reference
rsx
ImportedAnimationEvents
Class ImportedAnimationEvents
A set of animation events that will be added to an animation clip during animation import.
Hierarchy
FrameworkObject
ImportedAnimationEvents
Index
Constructors
constructor
Accessors
events
name
Constructors
constructor
new
Imported
Animation
Events
(
isInternalConstructor
?
)
:
ImportedAnimationEvents
Parameters
Optional
isInternalConstructor
:
boolean
Returns
ImportedAnimationEvents
Accessors
events
get
events
(
)
:
Iterable
<
AnimationEvent
>
Returns
Iterable
<
AnimationEvent
>
set
events
(
value
)
:
void
Parameters
value
:
Iterable
<
AnimationEvent
>
|
readonly
Immutable
<
AnimationEvent
>
[]
Returns
void
name
get
name
(
)
:
string
Returns
string
set
name
(
value
)
:
void
Parameters
value
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
events
name
RSX Code Reference
Loading...
A set of animation events that will be added to an animation clip during animation import.