Click or drag to resize
Ab4d.SharpEngine logo

TargetsAnimationT Class

Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public abstract class TargetsAnimation<T> : Animation<T>
where T : class

Type Parameters

T

The TargetsAnimationT type exposes the following members.

Properties
 NameDescription
Public propertyTargets 
Top
Methods
 NameDescription
Public methodAddTarget Add a single target.
Public methodAddTargets Add multiple targets.
Protected methodAddTargetsInfoText
(Overrides AnimationTAddTargetsInfoText(StringBuilder))
Protected methodRegisterAnimation Registers this animation on Scene or SceneView object so that Update method is automatically called. This method is called from Start method.
(Overrides AnimationTRegisterAnimation)
Public methodRemoveAllTargets Remove all targets.
Public methodRemoveTarget Remove a single target. If the target is not found (i.e., has not been added), this method is no-op.
Public methodRemoveTargets Remove multiple targets. Removes only targets that are found (i.e., have been added); for the rest, this method is no-op.
Protected methodUnRegisterAnimation Removes this animation from Scene or SceneView object and prevents calling Update method automatically. This method is called from Stop method.
(Overrides AnimationTUnRegisterAnimation)
Top
Fields
 NameDescription
Protected fieldscene 
Protected fieldtargets 
Top
See Also