Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ComputeColorParameterValue<T> Class

    Namespace: Stride.Rendering.Materials.ComputeColors
    Assembly: Stride.Rendering.dll
    System.Object → ComputeColorParameterValue<T>
    Derived from ComputeColorParameterValue<T>: ComputeColorParameterFloat ComputeColorParameterFloat2 ComputeColorParameterFloat3 ComputeColorParameterFloat4 ComputeColorParameterInt ComputeColorStringParameter

    [DataContract]
    public abstract class ComputeColorParameterValue<T> : IComputeColorParameter
    Type Parameters
    Name Description
    T
    Name Description
    Properties
    Value
    | Improve this Doc View Source

    Properties


    Value

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

    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