C# 클래스 CurveExtended.CurveExtension

파일 보기 프로젝트 열기: ootake/SpriteStudioForUnity

공개 메소드들

메소드 설명
UpdateAllLinearTangents ( this curve ) : void
UpdateTangentsFromMode ( AnimationCurve curve, int index ) : void

비공개 메소드들

메소드 설명
CalculateLinearTangent ( AnimationCurve curve, int index, int toIndex ) : float

메소드 상세

UpdateAllLinearTangents() 공개 정적인 메소드

public static UpdateAllLinearTangents ( this curve ) : void
curve this
리턴 void

UpdateTangentsFromMode() 공개 정적인 메소드

public static UpdateTangentsFromMode ( AnimationCurve curve, int index ) : void
curve UnityEngine.AnimationCurve
index int
리턴 void