C# 클래스 exTimebasedCurveInfo, ex-unity-old-deprecated

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: exdev/ex-unity-old-deprecated 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animationCurve UnityEngine.AnimationCurve
easeCurveType exEase.Type
length float
useEaseCurve bool
wrapMode WrapMode,

공개 메소드들

메소드 설명
WrapSeconds ( float _seconds, float _length, WrapMode, _wrapMode ) : float

메소드 상세

WrapSeconds() 공개 메소드

public WrapSeconds ( float _seconds, float _length, WrapMode, _wrapMode ) : float
_seconds float
_length float
_wrapMode WrapMode,
리턴 float

프로퍼티 상세

animationCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine animationCurve
리턴 UnityEngine.AnimationCurve

easeCurveType 공개적으로 프로퍼티

public exEase.Type easeCurveType
리턴 exEase.Type

length 공개적으로 프로퍼티

public float length
리턴 float

useEaseCurve 공개적으로 프로퍼티

public bool useEaseCurve
리턴 bool

wrapMode 공개적으로 프로퍼티

public WrapMode, wrapMode
리턴 WrapMode,