• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.DirectXFile
      • XAnimation
      • XAnimationKey
      • XAnimationKeyType
      • XAnimationSet
      • XColorRgb
      • XColorRgba
      • XCoords2d
      • XEffectInstance
      • XFile
      • XFormat
      • XFrame
      • XFrameCamera
      • XMaterial
      • XMatrix4x4
      • XMesh
      • XSkinWeights
      • XVector
      • XVertexElement
      • XVertexElementDataType
      • XVertexElementMethod
      • XVertexElementUsage

    Class XVertexElement

    Inheritance
    object
    XVertexElement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: JeremyAnsel.Media.DirectXFile
    Assembly: JeremyAnsel.Media.DirectXFile.dll
    Syntax
    public sealed class XVertexElement

    Properties

    | Edit this page View Source

    DataType

    Declaration
    public XVertexElementDataType DataType { get; set; }
    Property Value
    Type Description
    XVertexElementDataType
    | Edit this page View Source

    Method

    Declaration
    public XVertexElementMethod Method { get; set; }
    Property Value
    Type Description
    XVertexElementMethod
    | Edit this page View Source

    Usage

    Declaration
    public XVertexElementUsage Usage { get; set; }
    Property Value
    Type Description
    XVertexElementUsage
    | Edit this page View Source

    UsageIndex

    Declaration
    public int UsageIndex { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel