Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ComputeColorParameterSampler Class

    Namespace: Stride.Rendering.Materials.ComputeColors
    Assembly: Stride.Rendering.dll
    System.Object → ComputeColorParameterSampler
    Derived from ComputeColorParameterSampler:

    [DataContract("ComputeColorParameterSampler")]
    public class ComputeColorParameterSampler : IComputeColorParameter
    Name Description
    Constructors
    ComputeColorParameterSampler()
    Properties
    AddressModeU

    The texture address mode.

    AddressModeV

    The texture address mode.

    Filtering

    The texture filtering mode.

    | Improve this Doc View Source

    Constructors


    ComputeColorParameterSampler()

    public ComputeColorParameterSampler()
    | Improve this Doc View Source

    Properties


    AddressModeU

    The texture address mode.

    [DataMember(20)]
    public TextureAddressMode AddressModeU { get; set; }
    Property Value
    Type Description
    TextureAddressMode

    AddressModeV

    The texture address mode.

    [DataMember(30)]
    public TextureAddressMode AddressModeV { get; set; }
    Property Value
    Type Description
    TextureAddressMode

    Filtering

    The texture filtering mode.

    [DataMember(10)]
    public TextureFilter Filtering { get; set; }
    Property Value
    Type Description
    TextureFilter

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation