Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderInstancing Class

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Contains information for model instancing. Used by the InstancingRenderFeature

    System.Object → RenderInstancing
    Derived from RenderInstancing:

    public class RenderInstancing
    Name Description
    Fields
    BuffersManagedByUser
    InstanceCount
    InstanceWorldBuffer
    InstanceWorldInverseBuffer
    ModelTransformUsage
    WorldInverseMatrices
    WorldMatrices
    | Improve this Doc View Source

    Fields


    BuffersManagedByUser

    public bool BuffersManagedByUser
    Field Value
    Type Description
    System.Boolean

    InstanceCount

    public int InstanceCount
    Field Value
    Type Description
    System.Int32

    InstanceWorldBuffer

    public Buffer InstanceWorldBuffer
    Field Value
    Type Description
    Buffer

    InstanceWorldInverseBuffer

    public Buffer InstanceWorldInverseBuffer
    Field Value
    Type Description
    Buffer

    ModelTransformUsage

    public int ModelTransformUsage
    Field Value
    Type Description
    System.Int32

    WorldInverseMatrices

    public Matrix[] WorldInverseMatrices
    Field Value
    Type Description
    Matrix[]

    WorldMatrices

    public Matrix[] WorldMatrices
    Field Value
    Type Description
    Matrix[]

    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