C# 클래스 GlTF_Sampler

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

공개 프로퍼티들

프로퍼티 타입 설명
magFilter int
minFilter int
wrapS int
wrapT int

공개 메소드들

메소드 설명
GlTF_Sampler ( string n ) : UnityEngine
Write ( ) : void

메소드 상세

GlTF_Sampler() 공개 메소드

public GlTF_Sampler ( string n ) : UnityEngine
n string
리턴 UnityEngine

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

magFilter 공개적으로 프로퍼티

public int magFilter
리턴 int

minFilter 공개적으로 프로퍼티

public int minFilter
리턴 int

wrapS 공개적으로 프로퍼티

public int wrapS
리턴 int

wrapT 공개적으로 프로퍼티

public int wrapT
리턴 int