internal RotationValues() { Type = new Value.Enum <ParamaterType>(ParamaterType.Fixed); Fixed = new FixedParamater(); PVA = new PVAParamater(); Easing = new Vector3DEasingParamater(); AxisPVA = new AxisPVAParamater(); AxisEasing = new AxisEasingParamater(); RotationFCurve = new RotationFCurveParamater(); }
internal RotationValues() { Type = new Value.Enum<ParamaterType>(ParamaterType.Fixed); Fixed = new FixedParamater(); PVA = new PVAParamater(); Easing = new Vector3DEasingParamater(); AxisPVA = new AxisPVAParamater(); AxisEasing = new AxisEasingParamater(); RotationFCurve = new RotationFCurveParamater(); }
internal RotationValues() { Type = new Value.Enum <ParamaterType>(ParamaterType.Fixed); Fixed = new FixedParamater(); PVA = new PVAParamater(); Easing = new Vector3DEasingParamater(); AxisPVA = new AxisPVAParamater(); AxisEasing = new AxisEasingParamater(); RotationFCurve = new RotationFCurveParamater(); // dynamic parameter Fixed.Rotation.CanSelectDynamicEquation = true; PVA.Rotation.CanSelectDynamicEquation = true; PVA.Velocity.CanSelectDynamicEquation = true; PVA.Acceleration.CanSelectDynamicEquation = true; Easing.Start.CanSelectDynamicEquation = true; Easing.End.CanSelectDynamicEquation = true; }