C# 클래스 GlTF_MaterialTexture

상속: GlTF_ColorOrTexture
파일 보기 프로젝트 열기: tparisi/Unity-glTF-Exporter

공개 프로퍼티들

프로퍼티 타입 설명
texture GlTF_Texture,

공개 메소드들

메소드 설명
GlTF_MaterialTexture ( string n, GlTF_Texture, t ) : UnityEngine
Write ( ) : void

메소드 상세

GlTF_MaterialTexture() 공개 메소드

public GlTF_MaterialTexture ( string n, GlTF_Texture, t ) : UnityEngine
n string
t GlTF_Texture,
리턴 UnityEngine

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

texture 공개적으로 프로퍼티

public GlTF_Texture, texture
리턴 GlTF_Texture,