Click or drag to resize
Ab4d.SharpEngine logo

TargetsAnimation<T> Class

Inheritance Hierarchy

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

Type Parameters

T

The TargetsAnimation<T> 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 Animation<T>.AddTargetsInfoText(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 Animation<T>.RegisterAnimation())
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 Animation<T>.UnRegisterAnimation())
Top
Fields
 NameDescription
Protected fieldscene 
Protected fieldtargets 
Top
See Also