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