Targets |
The TargetsAnimationT type exposes the following members.
Name | Description | |
---|---|---|
AddTarget | Add a single target. | |
AddTargets | Add multiple targets. | |
AddTargetsInfoText | (Overrides AnimationTAddTargetsInfoText(StringBuilder)) | |
RegisterAnimation |
Registers this animation on Scene or SceneView object so that Update method is automatically called.
This method is called from Start method.
(Overrides AnimationTRegisterAnimation) | |
RemoveAllTargets | Remove all targets. | |
RemoveTarget | Remove a single target. If the target is not found (i.e., has not been added), this method is no-op. | |
RemoveTargets | Remove multiple targets. Removes only targets that are found (i.e., have been added); for the rest, this method is no-op. | |
UnRegisterAnimation |
Removes this animation from Scene or SceneView object and prevents calling Update method automatically.
This method is called from Stop method.
(Overrides AnimationTUnRegisterAnimation) |