Struct BezierKeyFloat3
Syntax
public struct BezierKeyFloat3 : IBufferElementData, IKey
Constructors
BezierKeyFloat3(Single, float3, float3, float3)
Declaration
public BezierKeyFloat3(float time, float3 value, float3 inValue, float3 outValue)
Parameters
Type |
Name |
Description |
System.Single |
time |
|
float3 |
value |
|
float3 |
inValue |
|
float3 |
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