C# Class GlTF_Texture

Inheritance: GlTF_Writer
Exibir arquivo Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
format int
internalFormat int
samplerName string
source string
tType int
target int

Public Methods

Method Description
Write ( ) : void

Method Details

Write() public method

public Write ( ) : void
return void

Property Details

format public_oe property

public int format
return int

internalFormat public_oe property

public int internalFormat
return int

samplerName public_oe property

public string samplerName
return string

source public_oe property

public string source
return string

tType public_oe property

public int tType
return int

target public_oe property

public int target
return int