Table of Contents

Class CompressedTextureLayered

Base class for texture arrays that can optionally be compressed.

Inheritance
CompressedTextureLayered
Derived

Remarks

Base class for CompressedTexture2DArray and CompressedTexture3D. Cannot be used directly, but contains all the functions necessary for accessing the derived resource types. See also TextureLayered.

Properties

load_path

The path the texture should be loaded from.

var load_path : String = ""

Property Value

String

Remarks

Methods

load(String)

Loads the texture at path.

int load(String path)

Parameters

path String