C# Class Ohana3DS_Transfigured.Ohana.Models.GenericFormats.CMDL

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode Description
export ( RenderBase model, string fileName, int modelIndex, int skeletalAnimationIndex = -1 ) : void

Exports a Model to the CMDL format.

Method Details

export() public static méthode

Exports a Model to the CMDL format.
public static export ( RenderBase model, string fileName, int modelIndex, int skeletalAnimationIndex = -1 ) : void
model RenderBase The Model that will be exported
fileName string The output File Name
modelIndex int Index of the model to be exported
skeletalAnimationIndex int (Optional) Index of the skeletal animation.
Résultat void