C# Class GlTF_MaterialTexture

Inheritance: GlTF_ColorOrTexture
Mostrar archivo Open project: tparisi/Unity-glTF-Exporter

Public Properties

Property Type Description
texture GlTF_Texture,

Public Methods

Method Description
GlTF_MaterialTexture ( string n, GlTF_Texture, t ) : UnityEngine
Write ( ) : void

Method Details

GlTF_MaterialTexture() public method

public GlTF_MaterialTexture ( string n, GlTF_Texture, t ) : UnityEngine
n string
t GlTF_Texture,
return UnityEngine

Write() public method

public Write ( ) : void
return void

Property Details

texture public_oe property

public GlTF_Texture, texture
return GlTF_Texture,