Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    VertexUserStreamDefinition Class

    Namespace: Stride.Rendering.Materials.ComputeColors
    Assembly: Stride.Rendering.dll

    A user defined stream.

    System.Object → VertexStreamDefinitionBase → VertexUserStreamDefinition
    Derived from VertexUserStreamDefinition:

    [DataContract("VertexUserStreamDefinition")]
    [Display("Custom Vertex Stream", null)]
    public class VertexUserStreamDefinition : VertexStreamDefinitionBase, IVertexStreamDefinition
    Name Description
    Constructors
    VertexUserStreamDefinition()
    Properties
    Name

    Name of the semantic of the stream to read data from.

    Methods
    GetHashCode()
    GetSemanticName()
    GetSemanticNameHash()
    | Improve this Doc View Source

    Constructors


    VertexUserStreamDefinition()

    public VertexUserStreamDefinition()
    | Improve this Doc View Source

    Properties


    Name

    Name of the semantic of the stream to read data from.

    [DataMember(10)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    GetSemanticName()

    public override string GetSemanticName()
    Returns
    Type Description
    System.String
    Overrides
    VertexStreamDefinitionBase.GetSemanticName()

    GetSemanticNameHash()

    public override int GetSemanticNameHash()
    Returns
    Type Description
    System.Int32
    Overrides
    VertexStreamDefinitionBase.GetSemanticNameHash()

    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