C# 클래스 Collada.Util.Texture

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

공개 프로퍼티들

프로퍼티 타입 설명
TexturePaths string[]

공개 메소드들

메소드 설명
Bind ( ) : void
Load ( string name ) : Texture

비공개 메소드들

메소드 설명
Texture ( int textureName, int height, int width ) : System

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( string name ) : Texture
name string
리턴 Texture

프로퍼티 상세

TexturePaths 공개적으로 정적으로 프로퍼티

public static string[] TexturePaths
리턴 string[]