Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IndexBufferBinding Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll
    System.Object → IndexBufferBinding
    Derived from IndexBufferBinding:

    [DataSerializer(typeof(IndexBufferBinding.Serializer))]
    public class IndexBufferBinding
    Name Description
    Constructors
    IndexBufferBinding(Buffer, Boolean, Int32, Int32)
    Properties
    Buffer
    Count
    Is32Bit
    Offset
    | Improve this Doc View Source

    Constructors


    IndexBufferBinding(Buffer, Boolean, Int32, Int32)

    public IndexBufferBinding(Buffer indexBuffer, bool is32Bit, int count, int indexOffset = 0)
    Parameters
    Type Name Description
    Buffer indexBuffer
    System.Boolean is32Bit
    System.Int32 count
    System.Int32 indexOffset
    | Improve this Doc View Source

    Properties


    Buffer

    public Buffer Buffer { get; }
    Property Value
    Type Description
    Buffer

    Count

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

    Is32Bit

    public bool Is32Bit { get; }
    Property Value
    Type Description
    System.Boolean

    Offset

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

    Extension Methods

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

    Back to top

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