C# Class LSLib.Granny.Model.TransformTrack

Datei anzeigen Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
Flags int
Name string

Public Methods

Method Description
ExportAnimations ( ) : List
ExportTransform ( IList keyframes, string name, string target ) : List

Private Methods

Method Description
InterpolateFrames ( List keyframes ) : void
mergeKeyframes ( ) : List

Method Details

ExportAnimations() public method

public ExportAnimations ( ) : List
return List

ExportTransform() public method

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

Property Details

Flags public_oe property

public int Flags
return int

Name public_oe property

public string Name
return string