StreamTexture

Inherits: Texture < Resource < Reference < Object

A .stex texture.

Description

A texture that is loaded from a .stex file.

Properties

int

flags

0 (overrides Texture)

String

load_path

""

Methods

Error

load ( String path )


Property Descriptions

String load_path = ""

The StreamTexture's file path to a .stex file.


Method Descriptions

Error load ( String path )

Loads the texture from the given path.