InterpolationCurve
Declaration
public class Strawberry.Graphics.ParticleSystem.InterpolationCurve
Keyframe-based interpolation curve used by particle timelines.
Properties
KeyframeCount
int KeyframeCount { get }
Methods
AddKeyframe
void AddKeyframe(float time, float value)
Parameters:
| Name | Type | Description |
|---|---|---|
time |
System.Single |
|
value |
System.Single |
Clear
void Clear()
Evaluate
float Evaluate(float t)
Parameters:
| Name | Type | Description |
|---|---|---|
t |
System.Single |