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