C# Class GlTF_Writer

ファイルを表示 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_oe static_oe property

public static List accessors
return List

animations public_oe static_oe property

public static List animations
return List

binFile public_oe static_oe property

public static Stream binFile
return Stream

binFileName public_oe static_oe property

public static string binFileName
return string

bufferViews public_oe static_oe property

public static List bufferViews
return List

cameras public_oe static_oe property

public static List cameras
return List

floatBufferView public_oe static_oe property

public static GlTF_BufferView, floatBufferView
return GlTF_BufferView,

indent public_oe static_oe property

public static int indent
return int

jsonWriter public_oe static_oe property

public static StreamWriter jsonWriter
return StreamWriter

lights public_oe static_oe property

public static List lights
return List

materials public_oe static_oe property

public static Dictionary materials
return GlTF_Material>.Dictionary

meshes public_oe static_oe property

public static List meshes
return List

name public_oe property

public string name
return string

nodes public_oe static_oe property

public static List nodes
return List

samplers public_oe static_oe property

public static List samplers
return List

textures public_oe static_oe property

public static Dictionary textures
return GlTF_Texture>.Dictionary

ushortBufferView public_oe static_oe property

public static GlTF_BufferView, ushortBufferView
return GlTF_BufferView,

vec2BufferView public_oe static_oe property

public static GlTF_BufferView, vec2BufferView
return GlTF_BufferView,

vec3BufferView public_oe static_oe property

public static GlTF_BufferView, vec3BufferView
return GlTF_BufferView,

vec4BufferView public_oe static_oe property

public static GlTF_BufferView, vec4BufferView
return GlTF_BufferView,