Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IndexedVertexStreamDefinition Class

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

    An indexed stream.

    System.Object → VertexStreamDefinitionBase → IndexedVertexStreamDefinition
    Derived from IndexedVertexStreamDefinition: ColorVertexStreamDefinition

    public abstract class IndexedVertexStreamDefinition : VertexStreamDefinitionBase, IVertexStreamDefinition
    Name Description
    Constructors
    IndexedVertexStreamDefinition()
    IndexedVertexStreamDefinition(Int32)
    Properties
    Index

    Gets or sets the index.

    Methods
    GetSemanticName()
    GetSemanticPrefixName()
    | Improve this Doc View Source

    Constructors


    IndexedVertexStreamDefinition()

    protected IndexedVertexStreamDefinition()

    IndexedVertexStreamDefinition(Int32)

    protected IndexedVertexStreamDefinition(int index)
    Parameters
    Type Name Description
    System.Int32 index
    | Improve this Doc View Source

    Properties


    Index

    Gets or sets the index.

    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    The index.

    | Improve this Doc View Source

    Methods


    GetSemanticName()

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

    GetSemanticPrefixName()

    protected abstract string GetSemanticPrefixName()
    Returns
    Type Description
    System.String

    Inherited Members

    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