C# 클래스 UnityEditor.ModelImporterClipAnimation

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

공개 메소드들

메소드 설명
ConfigureClipFromMask ( AvatarMask mask ) : void

Copy the mask settings from an AvatarMask to the clip configuration.

ConfigureMaskFromClip ( AvatarMask &mask ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int

메소드 상세

ConfigureClipFromMask() 공개 메소드

Copy the mask settings from an AvatarMask to the clip configuration.

public ConfigureClipFromMask ( AvatarMask mask ) : void
mask UnityEditor.Animations.AvatarMask AvatarMask from which the mask settings will be imported.
리턴 void

ConfigureMaskFromClip() 공개 메소드

public ConfigureMaskFromClip ( AvatarMask &mask ) : void
mask UnityEditor.Animations.AvatarMask
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int