SaveUserData.AddMeshChildData Method |
Language: |
Adds child data to a mesh.
Visual Basic MustOverride Public Sub AddMeshChildData( _
ByVal meshContainer As MeshContainer, _
ByVal xofSave As XFileSaveObject, _
ByVal xofFrameData As XFileSaveData _
)C# public abstract void AddMeshChildData(
MeshContainer meshContainer,
XFileSaveObject xofSave,
XFileSaveData xofFrameData
);C++ public:
virtual void AddMeshChildData(
MeshContainer^ meshContainer,
XFileSaveObject^ xofSave,
XFileSaveData^ xofFrameData
) abstract;JScript public abstract function AddMeshChildData(
meshContainer : MeshContainer,
xofSave : XFileSaveObject,
xofFrameData : XFileSaveData
);
meshContainer Microsoft.DirectX.Direct3D.MeshContainer
A MeshContainer object that represents the mesh container to which to add child data.xofSave Microsoft.DirectX.Direct3D.XFileSaveObject
Reference to an XFileSaveObject object.xofFrameData Microsoft.DirectX.Direct3D.XFileSaveData
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