C# Class GlTF_BufferView

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

public string buffer
return string

byteLength public_oe property

public long byteLength
return long

byteOffset public_oe property

public long byteOffset
return long

currentOffset public_oe property

public int currentOffset
return int

memoryStream public_oe property

public MemoryStream memoryStream
return MemoryStream

target public_oe property

public int target
return int