C# Class GlTF_Writer

Show file Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
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,

Public Methods

Method Description
CloseFiles ( ) : void
CommaNL ( ) : void
CommaStart ( ) : void
Indent ( ) : void
IndentIn ( ) : void
IndentOut ( ) : void
Init ( ) : void
OpenFiles ( string filepath ) : void
Write ( ) : void

Method Details

CloseFiles() public method

public CloseFiles ( ) : void
return void

CommaNL() public method

public CommaNL ( ) : void
return void

CommaStart() public method

public CommaStart ( ) : void
return void

Indent() public method

public Indent ( ) : void
return void

IndentIn() public method

public IndentIn ( ) : void
return void

IndentOut() public method

public IndentOut ( ) : void
return void

Init() public method

public Init ( ) : void
return void

OpenFiles() public method

public OpenFiles ( string filepath ) : void
filepath string
return void

Write() public method

public Write ( ) : void
return void

Property Details

accessors public static property

public static List accessors
return List

animations public static property

public static List animations
return List

binFile public static property

public static Stream binFile
return Stream

binFileName public static property

public static string binFileName
return string

bufferViews public static property

public static List bufferViews
return List

cameras public static property

public static List cameras
return List

floatBufferView public static property

public static GlTF_BufferView, floatBufferView
return GlTF_BufferView,

indent public static property

public static int indent
return int

jsonWriter public static property

public static StreamWriter jsonWriter
return StreamWriter

lights public static property

public static List lights
return List

materials public static property

public static Dictionary materials
return GlTF_Material>.Dictionary

meshes public static property

public static List meshes
return List

name public property

public string name
return string

nodes public static property

public static List nodes
return List

samplers public static property

public static List samplers
return List

textures public static property

public static Dictionary textures
return GlTF_Texture>.Dictionary

ushortBufferView public static property

public static GlTF_BufferView, ushortBufferView
return GlTF_BufferView,

vec2BufferView public static property

public static GlTF_BufferView, vec2BufferView
return GlTF_BufferView,

vec3BufferView public static property

public static GlTF_BufferView, vec3BufferView
return GlTF_BufferView,

vec4BufferView public static property

public static GlTF_BufferView, vec4BufferView
return GlTF_BufferView,