Inheritance Graph

graph BT
	TextureState
	TextureState --> State
	click TextureState "escript_type_MinSG_TextureState"
	click State "escript_type_MinSG_State"

Functions

   
_constructor([p0]) [ESF] new MinSG.TextureState( [Texture] )
getTexture() [ESMF] Texture|Void MinSG.TextureState.getTexture()
getTextureUnit() [ESMF] int MinSG.TextureState.getTextureUnit()
hasTexture() [ESMF] Bool MinSG.TextureState.hasTexture()
setTexture(p0) [ESMF] thisEObj MinSG.TextureState.setTexture(Texture)
setTextureUnit(p0) [ESMF] thisEObj MinSG.TextureState.setTextureUnit(int)