Constructor TextureCurve
TextureCurve(AnimationCurve, float, bool, in Vector2)
선언
public TextureCurve(AnimationCurve baseCurve, float zeroValue, bool loop, in Vector2 bounds)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AnimationCurve | baseCurve | |
float | zeroValue | |
bool | loop | |
Vector2 | bounds |
TextureCurve(Keyframe[], float, bool, in Vector2)
선언
public TextureCurve(Keyframe[] keys, float zeroValue, bool loop, in Vector2 bounds)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Keyframe[] | keys | |
float | zeroValue | |
bool | loop | |
Vector2 | bounds |