Class TweenBuilder
Inheritance
System.Object
TweenBuilder
Assembly: AxEngine.dll
Syntax
public abstract class TweenBuilder
Fields
|
Improve this Doc
View Source
ChainLevel
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CurrentTween
Declaration
protected Tween CurrentTween
Field Value
Properties
|
Improve this Doc
View Source
AllTweens
Declaration
public IEnumerable<Tween> AllTweens { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Tween> |
|
|
Improve this Doc
View Source
IsRootChain
Declaration
public bool IsRootChain { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextChain
Declaration
public TweenBuilder NextChain { get; }
Property Value
|
Improve this Doc
View Source
NextNonEmptyChain
Declaration
public TweenBuilder NextNonEmptyChain { get; }
Property Value
|
Improve this Doc
View Source
NextTarget
Declaration
public TweenBuilder NextTarget { get; }
Property Value
|
Improve this Doc
View Source
Root
Declaration
public TweenBuilder Root { get; }
Property Value
|
Improve this Doc
View Source
TweenChains
Declaration
public IEnumerable<TweenBuilder> TweenChains { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<TweenBuilder> |
|
|
Improve this Doc
View Source
Tweens
Declaration
public List<Tween> Tweens { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Tween> |
|
|
Improve this Doc
View Source
TweenTargets
Declaration
public IEnumerable<TweenBuilder> TweenTargets { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<TweenBuilder> |
|
Methods
|
Improve this Doc
View Source
Start()
Declaration
public TweenBuilder Start()
Returns
|
Improve this Doc
View Source
Stop()
Declaration