Creates an instance of animation group component.
Object attr of abstract subscribe component
Change list of abstract subscribe component
Need update of abstract subscribe component
Debug this Object
Enabled or Not
The Id of abstract subscribe component
The name of the object (doesn't need to be unique). Default is an empty string.
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
Subscribe type of abstract subscribe component
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.
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
Destroys local component
Disposes abstract subscribe component
Gets animation group
animation group
Gets changes
changes
Gets id
id
Gets object3d
object3d
Gets subscribe
subscribe
Gets timeout 특정 시간후에 이벤트 발생시키기
timeout
Gets user data
Inits local component
local component
Determines whether id euals is
true if id euals
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.
Resets tween
Runs subscribe next
Sets object
Sets parent
true if parent
Sets subscribe next
Sets subscribe type
Sets tween
Sets tween target
Sets user data
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 Animation Group component.
See the ngx3js docs page for details.
A group of objects that receives a shared animation state.
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.
Usage
Add objects you would otherwise pass as 'root' to the constructor or the clipAction method of AnimationMixer and instead pass this object as 'root'.
Note that objects of this class appear as one object to the mixer, so cache control of the individual objects must be done on the group.
Limitations
The animated properties must be compatible among all objects in the group.
A single property can either be controlled through a target group or directly, but not both.
THREE.AnimationObjectGroup