C# 클래스 GlTF_Material

상속: GlTF_Writer
파일 보기 프로젝트 열기: tparisi/Unity-glTF-Exporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ambient GlTF_ColorOrTexture,
diffuse GlTF_ColorOrTexture,
instanceTechniqueName string
shininess float
specular GlTF_ColorOrTexture,

공개 메소드들

메소드 설명
Write ( ) : void

메소드 상세

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

ambient 공개적으로 프로퍼티

public GlTF_ColorOrTexture, ambient
리턴 GlTF_ColorOrTexture,

diffuse 공개적으로 프로퍼티

public GlTF_ColorOrTexture, diffuse
리턴 GlTF_ColorOrTexture,

instanceTechniqueName 공개적으로 프로퍼티

public string instanceTechniqueName
리턴 string

shininess 공개적으로 프로퍼티

public float shininess
리턴 float

specular 공개적으로 프로퍼티

public GlTF_ColorOrTexture, specular
리턴 GlTF_ColorOrTexture,