Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EffectTypeMemberDescription Struct

    Namespace: Stride.Shaders
    Assembly: Stride.Shaders.dll

    Describes a shader parameter member.

    [DataContract]
    public struct EffectTypeMemberDescription
    Name Description
    Fields
    Name

    The name of this member.

    Offset

    Offset in bytes into the parent structure (0 if not a structure member).

    Type

    The type of this member.

    | Improve this Doc View Source

    Fields


    Name

    The name of this member.

    public string Name
    Field Value
    Type Description
    System.String

    Offset

    Offset in bytes into the parent structure (0 if not a structure member).

    public int Offset
    Field Value
    Type Description
    System.Int32

    Type

    The type of this member.

    public EffectTypeDescription Type
    Field Value
    Type Description
    EffectTypeDescription

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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