FloatKeyframe
Declaration
public struct Strawberry.Graphics.ParticleSystem.FloatKeyframe
A float-based keyframe used by the interpolation curve.
Constructors
FloatKeyframe
void FloatKeyframe(float time, float value)
Parameters:
| Name | Type | Description |
|---|---|---|
time |
System.Single |
|
value |
System.Single |
Fields
Time
float Time
Value
float Value