Struct TweenColor
An active tween of a Color type.
Namespace: Unity.Tiny.Tweens
Syntax
public struct TweenColor : IComponentData
Fields
end
Declaration
public Color end
Field Value
Type | Description |
---|---|
Color |
start
Declaration
public Color start
Field Value
Type | Description |
---|---|
Color |