C# 클래스 LSLib.Granny.Model.TransformTrack

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

공개 프로퍼티들

프로퍼티 타입 설명
Flags int
Name string

공개 메소드들

메소드 설명
ExportAnimations ( ) : List
ExportTransform ( IList keyframes, string name, string target ) : List

비공개 메소드들

메소드 설명
InterpolateFrames ( List keyframes ) : void
mergeKeyframes ( ) : List

메소드 상세

ExportAnimations() 공개 메소드

public ExportAnimations ( ) : List
리턴 List

ExportTransform() 공개 메소드

public ExportTransform ( IList keyframes, string name, string target ) : List
keyframes IList
name string
target string
리턴 List

프로퍼티 상세

Flags 공개적으로 프로퍼티

public int Flags
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string