Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    HeightfieldColliderShape.HeightfieldDebugPrimitive Class

    Namespace: Stride.Physics
    Assembly: Stride.Physics.dll
    System.Object → HeightfieldColliderShape.HeightfieldDebugPrimitive
    Derived from HeightfieldColliderShape.HeightfieldDebugPrimitive:

    public class HeightfieldDebugPrimitive : IDebugPrimitive
    Name Description
    Fields
    Tiles
    Methods
    GetMeshDraws()
    New(GraphicsDevice, HeightfieldColliderShape)
    Update(CommandList)
    | Improve this Doc View Source

    Fields


    Tiles

    public readonly List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile> Tiles
    Field Value
    Type Description
    System.Collections.Generic.List<HeightfieldColliderShape.HeightfieldDebugPrimitive.Tile>
    | Improve this Doc View Source

    Methods


    GetMeshDraws()

    public IEnumerable<MeshDraw> GetMeshDraws()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<MeshDraw>

    New(GraphicsDevice, HeightfieldColliderShape)

    public static HeightfieldColliderShape.HeightfieldDebugPrimitive New(GraphicsDevice device, HeightfieldColliderShape heightfieldColliderShape)
    Parameters
    Type Name Description
    GraphicsDevice device
    HeightfieldColliderShape heightfieldColliderShape
    Returns
    Type Description
    HeightfieldColliderShape.HeightfieldDebugPrimitive

    Update(CommandList)

    public void Update(CommandList commandList)
    Parameters
    Type Name Description
    CommandList commandList

    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