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

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

Public Properties

Property Type Description
OneOverKnotScale System.Single
ScaleOffsetTableEntries System.UInt16

Public Methods

Method Description
GetKnots ( ) : List
GetQuaternions ( ) : List
NumKnots ( ) : int

Private Methods

Method Description
QuatFromControl ( Byte a, Byte b, Byte c, float scales, float offsets ) : Quaternion

Method Details

GetKnots() public method

public GetKnots ( ) : List
return List

GetQuaternions() public method

public GetQuaternions ( ) : List
return List

NumKnots() public method

public NumKnots ( ) : int
return int

Property Details

OneOverKnotScale public_oe property

public Single,System OneOverKnotScale
return System.Single

ScaleOffsetTableEntries public_oe property

public UInt16,System ScaleOffsetTableEntries
return System.UInt16