Table of Contents

Class TweenOptionsBuilder

[Serializable]
public class TweenOptionsBuilder : AbstractAnimationOptionsBuilder<TweenOptions>, IBuilder<TweenOptions>
Inheritance
TweenOptionsBuilder
Implements
Inherited Members
Extension Methods

Properties

Easing

public IEasing Easing { get; }

Property Value

IEasing

LoopType

public LoopType LoopType { get; }

Property Value

LoopType

Time

public float Time { get; }

Property Value

float

Methods

Build()

public override TweenOptions Build()

Returns

TweenOptions