Table of Contents

Class AbstractAnimationOptionsBuilder<TAnimationOptions>

[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

float

LoopCount

public int? LoopCount { get; }

Property Value

int?

Name

public string Name { get; }

Property Value

string

SkipFrames

public int SkipFrames { get; }

Property Value

int

TimeScale

public float TimeScale { get; }

Property Value

float

UpdateType

public UpdateType UpdateType { get; }

Property Value

UpdateType

Methods

Build()

public override TAnimationOptions Build()

Returns

TAnimationOptions