Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    InstancingUserBuffer Class

    Namespace: Stride.Engine
    Assembly: Stride.Engine.dll
    System.Object → InstancingUserBuffer
    Derived from InstancingUserBuffer:

    [DataContract("InstancingUserBuffer")]
    [Display("UserBuffer", null)]
    public class InstancingUserBuffer : IInstancing
    Name Description
    Fields
    InstanceWorldBuffer
    InstanceWorldInverseBuffer
    Properties
    BoundingBox

    The bounding box of the world matrices, updated automatically by the .

    InstanceCount

    The instance count

    ModelTransformUsage
    Methods
    Update()
    | Improve this Doc View Source

    Fields


    InstanceWorldBuffer

    public Buffer InstanceWorldBuffer
    Field Value
    Type Description
    Buffer

    InstanceWorldInverseBuffer

    public Buffer InstanceWorldInverseBuffer
    Field Value
    Type Description
    Buffer
    | Improve this Doc View Source

    Properties


    BoundingBox

    The bounding box of the world matrices, updated automatically by the .

    public virtual BoundingBox BoundingBox { get; set; }
    Property Value
    Type Description
    BoundingBox

    InstanceCount

    The instance count

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

    ModelTransformUsage

    [DataMember(10)]
    [Display("Model Transformation Usage", null)]
    public virtual ModelTransformUsage ModelTransformUsage { get; set; }
    Property Value
    Type Description
    ModelTransformUsage
    | Improve this Doc View Source

    Methods


    Update()

    public void Update()

    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