Struct TweenInt
An active tween of an integer type.
Namespace: Unity.Tiny.Tweens
Syntax
public struct TweenInt : IComponentData
Remarks
The AddTween<T>(Entity, TypeManager.FieldInfo, T, T, Single, TweenFunc, LoopMode, Boolean, Single) function on the TweenSystem creates an entity with the type-specific Tween component and the generic TweenComponent.
You can dynamically change values inside the TweenComponent at any time.
Fields
end
Declaration
public int end
Field Value
Type | Description |
---|---|
System.Int32 |
start
Declaration
public int start
Field Value
Type | Description |
---|---|
System.Int32 |