Preparing search index...

    Class SamplerWrapper

    An accessor for Pass.samplers when using PassWrappers

    Lens Scripting Version 147

    Hierarchy (View Summary)

    Index

    Properties

    filtering: FilteringMode

    How the texture will be filtered by the sampler.

    Lens Scripting Version 147

    FilteringMode.Bilinear
    
    texture: Texture

    The texture used by the sampler.

    Lens Scripting Version 147

    wrap: WrapMode

    Whether the texture should wrap.

    Lens Scripting Version 147

    WrapMode.ClampToEdge
    
    wrapU: WrapMode

    Whether the texture should wrap in the x-axis.

    Lens Scripting Version 147

    WrapMode.ClampToEdge
    
    wrapV: WrapMode

    Whether the texture should wrap in the y-axis.

    Lens Scripting Version 147

    WrapMode.ClampToEdge
    
    wrapW: WrapMode

    Whether the texture should wrap in the z-axis.

    Lens Scripting Version 147

    WrapMode.ClampToEdge
    

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean