Class TweenOptionsBuilder
- Namespace
- FriedSynapse.FlowEnt
[Serializable]
public class TweenOptionsBuilder : AbstractAnimationOptionsBuilder<TweenOptions>, IBuilder<TweenOptions>
- Inheritance
-
TweenOptionsBuilder
- Implements
- Inherited Members
- Extension Methods
Properties
Easing
public IEasing Easing { get; }
Property Value
LoopType
public LoopType LoopType { get; }
Property Value
Time
public float Time { get; }
Property Value
Methods
Build()
public override TweenOptions Build()