• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.DirectX.SdkMesh
      • D3DDeclMethod
      • D3DDeclType
      • D3DDeclUsage
      • D3DVertexElement
      • SdkMeshAnimationFrame
      • SdkMeshAnimationKey
      • SdkMeshFile
      • SdkMeshFrame
      • SdkMeshFrameTransformType
      • SdkMeshIndexBuffer
      • SdkMeshIndexType
      • SdkMeshMaterial
      • SdkMeshMesh
      • SdkMeshPrimitiveType
      • SdkMeshRawAnimData
      • SdkMeshRawAnimFile
      • SdkMeshRawAnimFrameData
      • SdkMeshRawAnimHeader
      • SdkMeshRawFile
      • SdkMeshRawFrame
      • SdkMeshRawHeader
      • SdkMeshRawIndexBufferHeader
      • SdkMeshRawMaterial
      • SdkMeshRawMesh
      • SdkMeshRawSubset
      • SdkMeshRawVertexBufferHeader
      • SdkMeshSubset
      • SdkMeshVertexBuffer

    Class SdkMeshRawFrame

    Inheritance
    object
    SdkMeshRawFrame
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.DirectX.SdkMesh
    Assembly: JeremyAnsel.DirectX.SdkMesh.dll
    Syntax
    public sealed class SdkMeshRawFrame

    Properties

    | Edit this page View Source

    AnimationDataIndex

    Declaration
    public int AnimationDataIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ChildFrameIndex

    Declaration
    public int ChildFrameIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Matrix

    Declaration
    public XMFloat4X4 Matrix { get; }
    Property Value
    Type Description
    XMFloat4X4
    | Edit this page View Source

    MeshIndex

    Declaration
    public int MeshIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ParentFrameIndex

    Declaration
    public int ParentFrameIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SiblingFrameIndex

    Declaration
    public int SiblingFrameIndex { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel