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