sampler#
- property MaterialAsset.sampler#
‘<filter>_<mode>’, where <filter> is one of [‘linear’, ‘point’/’nearest’, ‘aniso4’, ‘aniso8’, ‘aniso16’] and <mode> is one of [‘clamp’, ‘wrap’/’repeat’, ‘mirror’, ‘mirror-once’, ‘border’]. For example, ‘linear_wrap’ or ‘aniso16_mirror’. The special value ‘default_sampler’ can be used to request the default sampler state (linear_wrap).
- Type:
String describing the sampler state. The string is using this format