C# 클래스 GUI.Types.Model

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
GetAnimationGroups ( ) : string[]
LoadMeshes ( Renderer renderer, string path, Matrix4 transform, OpenTK.Vector4 tintColor, ValveResourceFormat.Package currentPackage = null, string skin = null ) : void
Model ( Resource resource ) : System

메소드 상세

GetAnimationGroups() 공개 메소드

public GetAnimationGroups ( ) : string[]
리턴 string[]

LoadMeshes() 공개 메소드

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
리턴 void

Model() 공개 메소드

public Model ( Resource resource ) : System
resource ValveResourceFormat.Resource
리턴 System