C# Class Axiom.Core.MeshSerializerArgs

Used to supply info to the ProcessMaterialName and ProcessSkeletonName events.
Inheritance: System.EventArgs
Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Mesh Axiom.Core.Mesh
Name string

Property Details

Mesh public property

The mesh being serialized
public Mesh,Axiom.Core Mesh
return Axiom.Core.Mesh

Name public property

The name of the the Mesh/Skeleton to process
public string Name
return string