Show / Hide Table of Contents

Class AnimationClipCurveData

Inheritance
Object
AnimationClipCurveData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class AnimationClipCurveData

Constructors

| Improve this Doc View Source

AnimationClipCurveData()

Declaration
public AnimationClipCurveData()
| Improve this Doc View Source

AnimationClipCurveData(EditorCurveBinding)

Declaration
public AnimationClipCurveData(EditorCurveBinding binding)
Parameters
Type Name Description
EditorCurveBinding binding

Fields

| Improve this Doc View Source

curve

Declaration
public AnimationCurve curve
Field Value
Type Description
AnimationCurve
| Improve this Doc View Source

path

Declaration
public string path
Field Value
Type Description
String
| Improve this Doc View Source

propertyName

Declaration
public string propertyName
Field Value
Type Description
String
| Improve this Doc View Source

type

Declaration
public Type type
Field Value
Type Description
Type

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX