Struct KeyFloat3
Namespace: Unity.Tiny.Interpolation
Syntax
public struct KeyFloat3 : IBufferElementData, IKey
Constructors
KeyFloat3(Single, float3)
Declaration
public KeyFloat3(float time, float3 value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | time | |
| float3 | value |
Fields
time
Declaration
public float time
Field Value
| Type | Description |
|---|---|
| System.Single |
value
Declaration
public float3 value
Field Value
| Type | Description |
|---|---|
| float3 |
Methods
GetTime()
Declaration
public float GetTime()
Returns
| Type | Description |
|---|---|
| System.Single |