Interface WithTexture

interface WithTexture {
    texture: TextureHandle;
}

Properties

Properties

texture: TextureHandle