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