Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GeometricMeshData<T> Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    A geometric data.

    System.Object → DisposeBase → ComponentBase → GeometricMeshData<T>
    Derived from GeometricMeshData<T>:

    public class GeometricMeshData<T> : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder where T : struct, IVertex
    Type Parameters
    Name Description
    T
    Name Description
    Constructors
    GeometricMeshData(T[], Int32[], Boolean)
    Properties
    Indices

    Gets or sets the indices.

    IsLeftHanded

    Gets or sets a value indicating whether this instance is left handed.

    Vertices

    Gets or sets the vertices.

    | Improve this Doc View Source

    Constructors


    GeometricMeshData(T[], Int32[], Boolean)

    public GeometricMeshData(T[] vertices, int[] indices, bool isLeftHanded)
    Parameters
    Type Name Description
    T[] vertices
    System.Int32[] indices
    System.Boolean isLeftHanded
    | Improve this Doc View Source

    Properties


    Indices

    Gets or sets the indices.

    public int[] Indices { get; set; }
    Property Value
    Type Description
    System.Int32[]

    The indices.


    IsLeftHanded

    Gets or sets a value indicating whether this instance is left handed.

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

    true if this instance is left handed; otherwise, false.


    Vertices

    Gets or sets the vertices.

    public T[] Vertices { get; set; }
    Property Value
    Type Description
    T[]

    The vertices.


    Inherited Members

    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    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