言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

EditorGUIUtility.DrawCurveSwatch

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function DrawCurveSwatch(position: Rect, curve: AnimationCurve, property: SerializedProperty, color: Color, bgColor: Color, curveRanges: Rect): void;
public static void DrawCurveSwatch(Rect position, AnimationCurve curve, SerializedProperty property, Color color, Color bgColor, Rect curveRanges);
public static def DrawCurveSwatch(position as Rect, curve as AnimationCurve, property as SerializedProperty, color as Color, bgColor as Color, curveRanges as Rect) as void

Parameters

position 色の表示位置
curve 描画するAnimationCurve情報
property シリアライズ化されたAnimationCurve情報
color 曲線の色
bgColor 背景の色
curveRanges 曲線の範囲

Description

AnimationCurveの情報を可視化します

曲線を描くにはAnimationCurveまたはシリアライズ化されたAnimationCurve情報のSerializedPropertyを必要とします。