C# Class Axiom.Core.MeshSerializerArgs

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

Public Properties

Property Type Description
Mesh Axiom.Core.Mesh
Name string

Property Details

Mesh public_oe property

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

Name public_oe property

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