InterpolationCurve
اعلان
public class Strawberry.Graphics.ParticleSystem.InterpolationCurve
منحنی درونیابی مبتنی بر فریم کلیدی که توسط خط زمانی ذره استفاده میشود.
ویژگیها
KeyframeCount
int KeyframeCount { get }
متدها
AddKeyframe
void AddKeyframe(float time, float value)
پارامترها:
| نام | نوع | توضیحات |
|---|---|---|
time |
System.Single |
|
value |
System.Single |
Clear
void Clear()
Evaluate
float Evaluate(float t)
پارامترها:
| نام | نوع | توضیحات |
|---|---|---|
t |
System.Single |