C# 클래스 UnityEditor.AnimationClipInfoProperties

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
AddCurve ( ) : void
AddEvent ( float time ) : void
AnimationClipInfoProperties ( UnityEditor.SerializedProperty prop ) : System
AssignToPreviewClip ( AnimationClip clip ) : void
ClearCurves ( ) : void
ClearEvents ( ) : void
ExtractFromPreviewClip ( AnimationClip clip ) : void
GetCurve ( int index ) : AnimationCurve
GetCurveCount ( ) : int
GetCurveName ( int index ) : string
GetCurveProperty ( int index ) : SerializedProperty
GetEvent ( int index ) : AnimationEvent
GetEventCount ( ) : int
GetEvents ( ) : AnimationEvent[]
MaskFromClip ( AvatarMask mask ) : void
MaskNeedsUpdating ( ) : bool
MaskToClip ( AvatarMask mask ) : void
RemoveCurve ( int index ) : void
RemoveEvent ( int index ) : void
SetCurve ( int index, AnimationCurve curveValue ) : void
SetCurveName ( int index, string name ) : void
SetEvent ( int index, AnimationEvent animationEvent ) : void
SetEvents ( AnimationEvent newEvents ) : void

비공개 메소드들

메소드 설명
FixPrecisionErrors ( float f ) : float
Get ( string property ) : SerializedProperty

메소드 상세

AddCurve() 공개 메소드

public AddCurve ( ) : void
리턴 void

AddEvent() 공개 메소드

public AddEvent ( float time ) : void
time float
리턴 void

AnimationClipInfoProperties() 공개 메소드

public AnimationClipInfoProperties ( UnityEditor.SerializedProperty prop ) : System
prop UnityEditor.SerializedProperty
리턴 System

AssignToPreviewClip() 공개 메소드

public AssignToPreviewClip ( AnimationClip clip ) : void
clip AnimationClip
리턴 void

ClearCurves() 공개 메소드

public ClearCurves ( ) : void
리턴 void

ClearEvents() 공개 메소드

public ClearEvents ( ) : void
리턴 void

ExtractFromPreviewClip() 공개 메소드

public ExtractFromPreviewClip ( AnimationClip clip ) : void
clip AnimationClip
리턴 void

GetCurve() 공개 메소드

public GetCurve ( int index ) : AnimationCurve
index int
리턴 AnimationCurve

GetCurveCount() 공개 메소드

public GetCurveCount ( ) : int
리턴 int

GetCurveName() 공개 메소드

public GetCurveName ( int index ) : string
index int
리턴 string

GetCurveProperty() 공개 메소드

public GetCurveProperty ( int index ) : SerializedProperty
index int
리턴 SerializedProperty

GetEvent() 공개 메소드

public GetEvent ( int index ) : AnimationEvent
index int
리턴 AnimationEvent

GetEventCount() 공개 메소드

public GetEventCount ( ) : int
리턴 int

GetEvents() 공개 메소드

public GetEvents ( ) : AnimationEvent[]
리턴 AnimationEvent[]

MaskFromClip() 공개 메소드

public MaskFromClip ( AvatarMask mask ) : void
mask AvatarMask
리턴 void

MaskNeedsUpdating() 공개 메소드

public MaskNeedsUpdating ( ) : bool
리턴 bool

MaskToClip() 공개 메소드

public MaskToClip ( AvatarMask mask ) : void
mask AvatarMask
리턴 void

RemoveCurve() 공개 메소드

public RemoveCurve ( int index ) : void
index int
리턴 void

RemoveEvent() 공개 메소드

public RemoveEvent ( int index ) : void
index int
리턴 void

SetCurve() 공개 메소드

public SetCurve ( int index, AnimationCurve curveValue ) : void
index int
curveValue AnimationCurve
리턴 void

SetCurveName() 공개 메소드

public SetCurveName ( int index, string name ) : void
index int
name string
리턴 void

SetEvent() 공개 메소드

public SetEvent ( int index, AnimationEvent animationEvent ) : void
index int
animationEvent AnimationEvent
리턴 void

SetEvents() 공개 메소드

public SetEvents ( AnimationEvent newEvents ) : void
newEvents AnimationEvent
리턴 void