VISU - PHP Game Framework

TextureResource extends RenderResource
in package

Table of Contents

Properties

$handle  : int
$height  : int
$name  : string
$options  : TextureOptions|null
$width  : int

Methods

__construct()  : mixed
Resource constructor.

Properties

Methods

__construct()

Resource constructor.

public __construct(int $handle, string $name, int $width, int $height[, TextureOptions|null $options = null ]) : mixed
Parameters
$handle : int

the resource handle unique inside of the pipeline.

$name : string

A globally unique name to identify the resource

$width : int
$height : int
$options : TextureOptions|null = null

        
On this page

Search results