地图初步
This commit is contained in:
@@ -36,6 +36,14 @@ namespace Cielonos.MainGame.Effects.Feedback
|
||||
[Tooltip("开启时,结果叠加在初始值上;关闭时,结果为绝对值")]
|
||||
public bool relativeToInitial;
|
||||
|
||||
public FloatCurveChannel(AnimationCurve curve, float remapMin, float remapMax, bool relativeToInitial)
|
||||
{
|
||||
this.curve = curve;
|
||||
this.remapMin = remapMin;
|
||||
this.remapMax = remapMax;
|
||||
this.relativeToInitial = relativeToInitial;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 创建默认的曲线通道。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user