C# Class GUI.Types.Model

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode Description
GetAnimationGroups ( ) : string[]
LoadMeshes ( Renderer renderer, string path, Matrix4 transform, OpenTK.Vector4 tintColor, ValveResourceFormat.Package currentPackage = null, string skin = null ) : void
Model ( Resource resource ) : System

Method Details

GetAnimationGroups() public méthode

public GetAnimationGroups ( ) : string[]
Résultat string[]

LoadMeshes() public méthode

public LoadMeshes ( Renderer renderer, string path, Matrix4 transform, OpenTK.Vector4 tintColor, ValveResourceFormat.Package currentPackage = null, string skin = null ) : void
renderer GUI.Types.Renderer.Renderer
path string
transform Matrix4
tintColor OpenTK.Vector4
currentPackage ValveResourceFormat.Package
skin string
Résultat void

Model() public méthode

public Model ( Resource resource ) : System
resource ValveResourceFormat.Resource
Résultat System