Class AbstractAnimationOptionsBuilder<TAnimationOptions>
- Namespace
- FriedSynapse.FlowEnt
[Serializable]
public abstract class AbstractAnimationOptionsBuilder<TAnimationOptions> : AbstractBuilder<TAnimationOptions>, IBuilder<TAnimationOptions> where TAnimationOptions : AbstractAnimationOptions, new()
Type Parameters
TAnimationOptions
- Inheritance
-
AbstractBuilder<TAnimationOptions>AbstractAnimationOptionsBuilder<TAnimationOptions>
- Implements
-
IBuilder<TAnimationOptions>
- Derived
- Inherited Members
- Extension Methods
Properties
Delay
public float Delay { get; }
Property Value
LoopCount
public int? LoopCount { get; }
Property Value
- int?
Name
public string Name { get; }
Property Value
SkipFrames
public int SkipFrames { get; }
Property Value
TimeScale
public float TimeScale { get; }
Property Value
UpdateType
public UpdateType UpdateType { get; }
Property Value
Methods
Build()
public override TAnimationOptions Build()
Returns
- TAnimationOptions