Struct BezierKeyFloat2
Syntax
public struct BezierKeyFloat2 : IBufferElementData, IKey
Constructors
BezierKeyFloat2(Single, float2, float2, float2)
Declaration
public BezierKeyFloat2(float time, float2 value, float2 inValue, float2 outValue)
Parameters
Type |
Name |
Description |
System.Single |
time |
|
float2 |
value |
|
float2 |
inValue |
|
float2 |
outValue |
|
Fields
inValue
Declaration
Field Value
outValue
Declaration
Field Value
time
Declaration
Field Value
Type |
Description |
System.Single |
|
value
Declaration
Field Value
Methods
GetTime()
Declaration
Returns
Type |
Description |
System.Single |
|
Implements