Microsoft DirectX 9.0 SDK Update (October 2004)

LoadUserData.LoadMeshChildData Method

Language:

Note: This documentation is preliminary and is subject to change.

Loads mesh child data from a Microsoft® DirectX® (.x) file.

Definition

Visual Basic .NET MustOverride Public Sub LoadMeshChildData( _
    ByVal meshContainer As MeshContainer, _
    ByVal xofChildData As XFileData _
)
C# public abstract void LoadMeshChildData(
    MeshContainer meshContainer,
    XFileData xofChildData
);
Managed C++ public: virtual void LoadMeshChildData(
    MeshContainer *meshContainer,
    XFileData *xofChildData
) = 0;
JScript .NET public abstract function LoadMeshChildData(
    meshContainer : MeshContainer,
    xofChildData : XFileData
);

Parameters

meshContainer Microsoft.DirectX.Direct3D.MeshContainer. A MeshContainer object that represents the mesh container.
xofChildData Microsoft.DirectX.Direct3D.XFileData. An XFileData object that represents the .x file data.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center