C# 클래스 GlTF_Writer

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

공개 프로퍼티들

프로퍼티 타입 설명
accessors List
animations List
binFile Stream
binFileName string
bufferViews List
cameras List
floatBufferView GlTF_BufferView,
indent int
jsonWriter StreamWriter
lights List
materials GlTF_Material>.Dictionary
meshes List
name string
nodes List
samplers List
textures GlTF_Texture>.Dictionary
ushortBufferView GlTF_BufferView,
vec2BufferView GlTF_BufferView,
vec3BufferView GlTF_BufferView,
vec4BufferView GlTF_BufferView,

공개 메소드들

메소드 설명
CloseFiles ( ) : void
CommaNL ( ) : void
CommaStart ( ) : void
Indent ( ) : void
IndentIn ( ) : void
IndentOut ( ) : void
Init ( ) : void
OpenFiles ( string filepath ) : void
Write ( ) : void

메소드 상세

CloseFiles() 공개 메소드

public CloseFiles ( ) : void
리턴 void

CommaNL() 공개 메소드

public CommaNL ( ) : void
리턴 void

CommaStart() 공개 메소드

public CommaStart ( ) : void
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

IndentIn() 공개 메소드

public IndentIn ( ) : void
리턴 void

IndentOut() 공개 메소드

public IndentOut ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

OpenFiles() 공개 메소드

public OpenFiles ( string filepath ) : void
filepath string
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

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

public static List accessors
리턴 List

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

public static List animations
리턴 List

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

public static Stream binFile
리턴 Stream

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

public static string binFileName
리턴 string

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

public static List bufferViews
리턴 List

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

public static List cameras
리턴 List

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

public static GlTF_BufferView, floatBufferView
리턴 GlTF_BufferView,

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

public static int indent
리턴 int

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

public static StreamWriter jsonWriter
리턴 StreamWriter

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

public static List lights
리턴 List

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

public static Dictionary materials
리턴 GlTF_Material>.Dictionary

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

public static List meshes
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

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

public static List nodes
리턴 List

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

public static List samplers
리턴 List

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

public static Dictionary textures
리턴 GlTF_Texture>.Dictionary

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

public static GlTF_BufferView, ushortBufferView
리턴 GlTF_BufferView,

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

public static GlTF_BufferView, vec2BufferView
리턴 GlTF_BufferView,

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

public static GlTF_BufferView, vec3BufferView
리턴 GlTF_BufferView,

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

public static GlTF_BufferView, vec4BufferView
리턴 GlTF_BufferView,