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

Inheritance: AnimationCurveData
Afficher le fichier Open project: Norbyte/lslib

Méthodes publiques

Свойство Type Description
Dimension System.Int16

Méthodes publiques

Méthode 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 méthode

public CurveType ( ) : ExportType
Résultat ExportType

GetKnots() public méthode

public GetKnots ( ) : List
Résultat List

GetMatrices() public méthode

public GetMatrices ( ) : List
Résultat List

GetPoints() public méthode

public GetPoints ( ) : List
Résultat List

GetQuaternions() public méthode

public GetQuaternions ( ) : List
Résultat List

NumKnots() public méthode

public NumKnots ( ) : int
Résultat int

SetKnots() public méthode

public SetKnots ( List knots ) : void
knots List
Résultat void

SetMatrices() public méthode

public SetMatrices ( List matrices ) : void
matrices List
Résultat void

SetPoints() public méthode

public SetPoints ( List points ) : void
points List
Résultat void

SetQuaternions() public méthode

public SetQuaternions ( List quats ) : void
quats List
Résultat void

Property Details

Dimension public_oe property

public Int16,System Dimension
Résultat System.Int16