C# Class GUI.Types.Model

Datei anzeigen Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method 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 method

public GetAnimationGroups ( ) : string[]
return string[]

LoadMeshes() public method

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
return void

Model() public method

public Model ( Resource resource ) : System
resource ValveResourceFormat.Resource
return System