![]() |
![]() |
![]() |
LoadUserData.LoadMeshChildData Method |
Language: |
Loads mesh child data from a Microsoft DirectX (.x) file.
Visual Basic MustOverride Public Sub LoadMeshChildData( _
ByVal meshContainer As MeshContainer, _
ByVal xofChildData As XFileData _
)C# public abstract void LoadMeshChildData(
MeshContainer meshContainer,
XFileData xofChildData
);C++ public:
virtual void LoadMeshChildData(
MeshContainer^ meshContainer,
XFileData^ xofChildData
) abstract;JScript public abstract function LoadMeshChildData(
meshContainer : MeshContainer,
xofChildData : XFileData
);
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center