C# Class GlTF_BufferView

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

Public Properties

Property Type Description
buffer string
byteLength long
byteOffset long
currentOffset int
memoryStream MemoryStream
target int

Public Methods

Method Description
GlTF_BufferView ( string n ) : UnityEngine
GlTF_BufferView ( string n, int t ) : UnityEngine
Populate ( float vs ) : void
Populate ( int vs, bool flippedTriangle ) : void
Write ( ) : void

Method Details

GlTF_BufferView() public method

public GlTF_BufferView ( string n ) : UnityEngine
n string
return UnityEngine

GlTF_BufferView() public method

public GlTF_BufferView ( string n, int t ) : UnityEngine
n string
t int
return UnityEngine

Populate() public method

public Populate ( float vs ) : void
vs float
return void

Populate() public method

public Populate ( int vs, bool flippedTriangle ) : void
vs int
flippedTriangle bool
return void

Write() public method

public Write ( ) : void
return void

Property Details

buffer public property

public string buffer
return string

byteLength public property

public long byteLength
return long

byteOffset public property

public long byteOffset
return long

currentOffset public property

public int currentOffset
return int

memoryStream public property

public MemoryStream memoryStream
return MemoryStream

target public property

public int target
return int