Microsoft DirectX 9.0 SDK Update (October 2004)

SaveUserData.AddMeshChildData Method

Language:

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

Adds child data to a mesh.

Definition

Visual Basic .NET 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
);
Managed C++ public: virtual void AddMeshChildData(
    MeshContainer *meshContainer,
    XFileSaveObject *xofSave,
    XFileSaveData *xofFrameData
) = 0;
JScript .NET public abstract function AddMeshChildData(
    meshContainer : MeshContainer,
    xofSave : XFileSaveObject,
    xofFrameData : XFileSaveData
);

Parameters

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.

© 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