C# Class UnityEditor.ClipAnimationInfoCurve

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
curve UnityEngine.AnimationCurve
name string

Property Details

curve public_oe property

The animation curve.

public AnimationCurve,UnityEngine curve
return UnityEngine.AnimationCurve

name public_oe property

The name of the animation curve.

public string name
return string