C# 클래스 UnityEditor.ClipAnimationInfoCurve

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
curve UnityEngine.AnimationCurve
name string

프로퍼티 상세

curve 공개적으로 프로퍼티

The animation curve.

public AnimationCurve,UnityEngine curve
리턴 UnityEngine.AnimationCurve

name 공개적으로 프로퍼티

The name of the animation curve.

public string name
리턴 string