C# 클래스 GlTF_Primitive

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

공개 프로퍼티들

프로퍼티 타입 설명
attributes GlTF_Attributes,
indices GlTF_Accessor,
materialName string
primitive int
semantics int

공개 메소드들

메소드 설명
Populate ( Mesh m ) : void
Write ( ) : void

메소드 상세

Populate() 공개 메소드

public Populate ( Mesh m ) : void
m Mesh
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

attributes 공개적으로 프로퍼티

public GlTF_Attributes, attributes
리턴 GlTF_Attributes,

indices 공개적으로 프로퍼티

public GlTF_Accessor, indices
리턴 GlTF_Accessor,

materialName 공개적으로 프로퍼티

public string materialName
리턴 string

primitive 공개적으로 프로퍼티

public int primitive
리턴 int

semantics 공개적으로 프로퍼티

public int semantics
리턴 int