ParamTextureSampler

from panda3d.core import ParamTextureSampler
class ParamTextureSampler

Bases:

Bases: ParamValueBase

A class object for storing a pointer to a Texture along with a sampler state that indicates how to to sample the given texture.

Inheritance diagram

Inheritance diagram of ParamTextureSampler

__init__(tex: Texture, sampler: SamplerState)

Creates a new ParamTextureSampler storing the given texture and sampler objects.

static get_class_type() TypeHandle
get_sampler() SamplerState

Retrieves the sampler state stored in the parameter.

get_texture() Texture

Retrieves the texture stored in the parameter.

property sampler SamplerState

Retrieves the sampler state stored in the parameter.

property texture Texture

Retrieves the texture stored in the parameter.