![]() |
![]() |
![]() |
LoadUserData.LoadMeshChildData Method |
Language: |
Loads mesh child data from a Microsoft® DirectX® (.x) file.
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
);
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center