Creates an instance of clip component.
Object attr of abstract subscribe component
Change list of abstract subscribe component
Need update of abstract subscribe component
The Action of clip component
makeClipAdditive
The blendMode of clip component
Three Type | Value String(case insensitive) |
---|---|
THREE.NormalAnimationBlendMode | NormalAnimationBlendMode, NormalAnimation, Normal |
THREE.AdditiveAnimationBlendMode | AdditiveAnimationBlendMode, AdditiveAnimation, Additive |
If clampWhenFinished is set to true the animation will automatically be AnimationClip.paused on its last frame. If clampWhenFinished is set to false, AnimationClip.enabled will automatically be switched to false when the last loop of the action has finished, so that this action has no further impact. Default is false. Note: clampWhenFinished has no impact if the action is interrupted (it has only an effect if its last loop has really finished).
Debug this Object
The duration of this clip (in seconds). This can be calculated from the AnimationClip.tracks array via AnimationClip.resetDuration.
Enabled or Not
Creates a new clip, containing only the segment of the original clip between the given frames.
Creates a new clip, containing only the segment of the original clip between the given frames.
The Id of abstract subscribe component
The index of clip component
The looping mode (can be changed with AnimationClip.setLoop). Default is THREE.LoopRepeat (with an infinite number of AnimationClip.repetitions)
Three Type | Value String(case insensitive) |
---|---|
THREE.LoopOnce | LoopOnce, Once |
THREE.LoopRepeat | LoopRepeat, Repeat |
THREE.LoopPingPong | LoopPingPong, PingPong |
A name for this clip. A certain clip can be searched via AnimationClip.findByName.
Will be called when before destory. The argument will be the loaded self
Will be called when load completes. The argument will be the loaded self
The override params
The Parent of abstract subscribe component
Creates a new clip, containing only the segment of the original clip between the given frames.
subclip
Subscribe type of abstract subscribe component
Scaling factor for the AnimationClip.time. A value of 0 causes the animation to pause. Negative values cause the animation to play backwards. Default is 1.
Tween animation params
An object that can be used to store custom data about the Object3D. It should not hold references to functions as these will not be cloned.
The degree of influence of this action (in the interval [0, 1]). Values between 0 (no impact) and 1 (full impact) can be used to blend between several actions. Default is 1. Properties/methods concerning weight are:
Export this Object to window global variables
Sets need update
Adds changes
Applys changes
Calls on load
Checks changes
changes
Clears changes
Consoles log
Consoles log time
Cross fade to
Destroys local component
Disposes abstract subscribe component
Fades in
Fades out
Gets changes
changes
Gets clip
Gets id
id
Gets object
object
Gets subscribe
subscribe
Gets timeout 특정 시간후에 이벤트 발생시키기
timeout
Gets user data
Inits local component
local component
Determines whether id euals is
true if id euals
Determines whether playable is
A callback method that is invoked immediately after Angular has completed initialization of all of the directive's content. It is invoked only once when the directive is instantiated.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated. default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
Plays clip component
Resets action
Resets tween
Runs subscribe next
Sets fps
Sets mixer
Sets object
Sets parent
true if parent
Sets subscribe next
Sets subscribe type
Sets tween
Sets tween target
Sets user data
Stops clip component
Subscribes list query
Subscribes list query change
Subscribes refer
Subscribes refer list
subscribe refer
subscribe refer list
subscription
subscription
Updates input params
Generated using TypeDoc
The Clip component.
See the ngx3js docs page for details.
An AnimationClip is a reusable set of keyframe tracks which represent an animation.
For an overview of the different elements of the three.js animation system see the "Animation System" article in the "Next Steps" section of the manual.