C# Class LSLib.Granny.Model.CurveData.DaKeyframes32f

Inheritance: AnimationCurveData
ファイルを表示 Open project: Norbyte/lslib

Public Properties

Property Type Description
Dimension System.Int16

Public Methods

Method Description
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

Method Details

CurveType() public method

public CurveType ( ) : ExportType
return ExportType

GetKnots() public method

public GetKnots ( ) : List
return List

GetMatrices() public method

public GetMatrices ( ) : List
return List

GetPoints() public method

public GetPoints ( ) : List
return List

GetQuaternions() public method

public GetQuaternions ( ) : List
return List

NumKnots() public method

public NumKnots ( ) : int
return int

SetKnots() public method

public SetKnots ( List knots ) : void
knots List
return void

SetMatrices() public method

public SetMatrices ( List matrices ) : void
matrices List
return void

SetPoints() public method

public SetPoints ( List points ) : void
points List
return void

SetQuaternions() public method

public SetQuaternions ( List quats ) : void
quats List
return void

Property Details

Dimension public_oe property

public Int16,System Dimension
return System.Int16