![]() |
![]() |
![]() |
SaveUserData.AddMeshChildData Method |
Language: |
Adds child data to a mesh.
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
);
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center