C# Class GlTF_Texture

Inheritance: GlTF_Writer
Show file 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 property

public int format
return int

internalFormat public property

public int internalFormat
return int

samplerName public property

public string samplerName
return string

source public property

public string source
return string

tType public property

public int tType
return int

target public property

public int target
return int