C# 클래스 LSLib.Granny.Model.CurveData.DaK32fC32f

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

공개 프로퍼티들

프로퍼티 타입 설명
Padding System.Int16

공개 메소드들

메소드 설명
CurveType ( ) : ExportType
GetKnots ( ) : List
GetMatrices ( ) : List
GetPoints ( ) : List
GetQuaternions ( ) : List
NumKnots ( ) : int
SetKnots ( List knots ) : void
SetMatrices ( List matrices ) : void
SetPoints ( List points ) : void
SetQuaternions ( List quats ) : void

메소드 상세

CurveType() 공개 메소드

public CurveType ( ) : ExportType
리턴 ExportType

GetKnots() 공개 메소드

public GetKnots ( ) : List
리턴 List

GetMatrices() 공개 메소드

public GetMatrices ( ) : List
리턴 List

GetPoints() 공개 메소드

public GetPoints ( ) : List
리턴 List

GetQuaternions() 공개 메소드

public GetQuaternions ( ) : List
리턴 List

NumKnots() 공개 메소드

public NumKnots ( ) : int
리턴 int

SetKnots() 공개 메소드

public SetKnots ( List knots ) : void
knots List
리턴 void

SetMatrices() 공개 메소드

public SetMatrices ( List matrices ) : void
matrices List
리턴 void

SetPoints() 공개 메소드

public SetPoints ( List points ) : void
points List
리턴 void

SetQuaternions() 공개 메소드

public SetQuaternions ( List quats ) : void
quats List
리턴 void

프로퍼티 상세

Padding 공개적으로 프로퍼티

public Int16,System Padding
리턴 System.Int16