ModelBoneΒΆ
-
class
ModelBone: System.Object -
readonly System.Collections.Generic.List<ModelMesh>
Meshes
-
readonly ModelBoneCollection
Children
-
int
Index
-
string
Name
-
ModelBone
Parent
-
Matrix
Transform
-
Matrix
ModelTransform Transform of this node from the root of the model not from the parent
-
public void
AddMesh(ModelMesh mesh) Parameters: - mesh (Microsoft.Xna.Framework.Graphics.ModelMesh) –
-
public void
AddChild(ModelBone modelBone) Parameters: - modelBone (Microsoft.Xna.Framework.Graphics.ModelBone) –
-
readonly System.Collections.Generic.List<ModelMesh>