Class ExportContext
Inheritance
ExportContext
Syntax
public class ExportContext
Fields
activePolicy
Declaration
public ActiveExportPolicy activePolicy
Field Value
analyticsTotalTimeStopwatch
Declaration
public Stopwatch analyticsTotalTimeStopwatch
Field Value
basisTransform
Declaration
public BasisTransformation basisTransform
Field Value
bindPoses
Declaration
public Dictionary<Transform, Matrix4x4> bindPoses
Field Value
boneToRoot
Declaration
public Dictionary<Transform, Transform> boneToRoot
Field Value
exportMaterials
Declaration
public bool exportMaterials
Field Value
exportNative
Declaration
Field Value
exportRoot
Declaration
public Transform exportRoot
Field Value
exportTransformOverrides
Declaration
public bool exportTransformOverrides
Field Value
matMap
Declaration
public Dictionary<Material, string> matMap
Field Value
meshToBones
Declaration
public Dictionary<Transform, Transform[]> meshToBones
Field Value
meshToSkelRoot
Declaration
public Dictionary<Transform, Transform> meshToSkelRoot
Field Value
pathToBone
Declaration
public Dictionary<string, Transform> pathToBone
Field Value
plans
Declaration
public Dictionary<GameObject, ExportPlan> plans
Field Value
samples
Declaration
public Dictionary<Type, SampleBase> samples
Field Value
scale
Declaration
Field Value
scene
Declaration
Field Value
skelSortedMap
Declaration
public Dictionary<Transform, List<string>> skelSortedMap
Field Value