ParamTextureSampler
from panda3d.core import ParamTextureSampler
- class ParamTextureSampler
- 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 - __init__(*args, **kwargs)
 - getClassType()
- C++ Interface: get_class_type() 
 - getSampler()
- C++ Interface: get_sampler(ParamTextureSampler self) - /**
- Retrieves the sampler state stored in the parameter. 
 - */ 
 
 - getTexture()
- C++ Interface: get_texture(ParamTextureSampler self) - /**
- Retrieves the texture stored in the parameter. 
 - */ 
 
 - get_class_type()
- C++ Interface: get_class_type() 
 - get_sampler()
- C++ Interface: get_sampler(ParamTextureSampler self) - /**
- Retrieves the sampler state stored in the parameter. 
 - */ 
 
 - get_texture()
- C++ Interface: get_texture(ParamTextureSampler self) - /**
- Retrieves the texture stored in the parameter. 
 - */ 
 
 - sampler
 - texture
 
