A proxy class that provides the access to the properties of the sampler under the hood of the passes contained in the Material asset and VFXAsset via either VFXAsset's PassWrapper.samplers or Material's Pass.samplers. Each property returns a corresponding SamplerWrapper.
This class uses dynamic properties, meaning that its properties depend on the referenced material or vfx asset and thus not shown below.
In the example below, the material that is referenced in the material asset contains the baseTex property, which this class then provides access to.
A proxy class that provides the access to the properties of the sampler under the hood of the passes contained in the Material asset and VFXAsset via either VFXAsset's
PassWrapper.samplers
or Material'sPass.samplers
. Each property returns a corresponding SamplerWrapper.This class uses dynamic properties, meaning that its properties depend on the referenced material or vfx asset and thus not shown below.
In the example below, the material that is referenced in the material asset contains the
baseTex
property, which this class then provides access to.Example