Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ModelComponent.MeshInfo Class

    Namespace: Stride.Engine
    Assembly: Stride.Engine.dll

    Per-entity state of each individual mesh of a model.

    System.Object → ModelComponent.MeshInfo
    Derived from ModelComponent.MeshInfo:

    public class MeshInfo
    Name Description
    Fields
    BlendMatrices

    The current blend matrices of a skinned meshes, transforming from mesh space to world space, for each bone.

    BoundingBox

    The meshes current bounding box in world space.

    BoundingSphere

    The meshes current sphere box in world space.

    | Improve this Doc View Source

    Fields


    BlendMatrices

    The current blend matrices of a skinned meshes, transforming from mesh space to world space, for each bone.

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

    BoundingBox

    The meshes current bounding box in world space.

    public BoundingBox BoundingBox
    Field Value
    Type Description
    BoundingBox

    BoundingSphere

    The meshes current sphere box in world space.

    public BoundingSphere BoundingSphere
    Field Value
    Type Description
    BoundingSphere

    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