C# 클래스 Axiom.Core.MeshSerializerArgs

Used to supply info to the ProcessMaterialName and ProcessSkeletonName events.
상속: System.EventArgs
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
Mesh Axiom.Core.Mesh
Name string

프로퍼티 상세

Mesh 공개적으로 프로퍼티

The mesh being serialized
public Mesh,Axiom.Core Mesh
리턴 Axiom.Core.Mesh

Name 공개적으로 프로퍼티

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