Version: 

    Show / Hide Table of Contents
    • Pixyz.ImportSDK
      • ImportSettings
      • ImportSettingsTemplate
      • ImportStamp
      • MeshQuality
      • Metadata
      • Parameter<T>
      • ParameterAvailability
      • Properties
      • TransformVariant
      • TreeProcessType
      • VariantSets
      • VariantSets.MaterialSet
      • VariantSets.Set
      • VariantSets.Set<T, U>
      • VariantSets.TransformSet
      • VariantSets.VariantGroup
      • VariantSets.VariantSet
      • VariantSets.VariantStructure
      • VariantsManager
      • VariantsManager.MaterialSwitch
      • VariantsManager.Switch
      • VariantsManager.Switch<T>
      • VariantsManager.TransformSwitch
    • Pixyz.OptimizeSDK
      • Conversions
    • Pixyz.OptimizeSDK.Editor.MeshProcessing
      • MeshData
      • PixyzContext
    • Pixyz.OptimizeSDK.Editor.Windows
      • ExampleWindow
    • Pixyz.OptimizeSDK.Native
      • CreateOccluder
      • NativeInterface
      • NativeInterface.checkForUpdatesReturn
      • NativeInterface.getLicenseServerReturn
      • NativeInterface.ProgressChangedTask
      • NativeInterface.ProgressChangedTask.TaskResult
    • Pixyz.OptimizeSDK.Native.Algo
      • BakingMethod
      • MapType
      • MapTypeList
      • MapTypeList_c
      • ReplaceByBoxType
      • SelectionLevel
    • Pixyz.OptimizeSDK.Native.Core
      • Bool
      • Byte
      • ByteList
      • ByteList_c
      • Color
      • Color_c
      • ColorAlpha
      • ColorAlpha_c
      • ColorAlphaList
      • ColorAlphaList_c
      • Date
      • Date_c
      • Double
      • EntityList
      • EntityList_c
      • Ident
      • Int
      • IntList
      • IntList_c
      • LicenseInfos
      • LicenseInfos_c
      • String
      • StringList
      • StringList_c
      • ULong
      • ULongList
      • ULongList_c
      • UShort
      • WebLicenseInfo
      • WebLicenseInfo_c
      • WebLicenseInfoList
      • WebLicenseInfoList_c
    • Pixyz.OptimizeSDK.Native.Geom
      • AABB
      • AABB_c
      • Array4
      • Array4_c
      • Curvatures
      • Curvatures_c
      • CurvaturesList
      • CurvaturesList_c
      • Matrix4
      • Matrix4_c
      • Matrix4List
      • Matrix4List_c
      • OBB
      • OBB_c
      • Point2
      • Point2_c
      • Point2List
      • Point2List_c
      • Point2ListList
      • Point2ListList_c
      • Point3
      • Point3_c
      • Point3List
      • Point3List_c
      • Point4
      • Point4_c
      • Vector3
      • Vector3List
      • Vector3List_c
      • Vector4
      • Vector4I
      • Vector4I_c
      • Vector4IList
      • Vector4IList_c
      • Vector4List
      • Vector4List_c
    • Pixyz.OptimizeSDK.Native.Material
      • CoeffOrTexture
      • CoeffOrTexture.Type
      • CoeffOrTexture_c
      • ColorOrTexture
      • ColorOrTexture.Type
      • ColorOrTexture_c
      • ImageDefinition
      • ImageDefinition_c
      • ImageDefinitionList
      • ImageDefinitionList_c
      • ImageList
      • ImageList_c
      • MaterialDefinition
      • MaterialDefinition_c
      • MaterialDefinitionList
      • MaterialDefinitionList_c
      • MaterialList
      • MaterialList_c
      • Texture
      • Texture_c
    • Pixyz.OptimizeSDK.Native.Polygonal
      • DressedPoly
      • DressedPoly_c
      • DressedPolyList
      • DressedPolyList_c
      • JointList
      • JointList_c
      • MeshDefinition
      • MeshDefinition_c
      • MeshDefinitionList
      • MeshDefinitionList_c
      • MeshList
      • MeshList_c
      • PlaceholderJointList
      • PlaceholderJointList_c
      • StyleType
      • StylizedLine
      • StylizedLine_c
      • StylizedLineList
      • StylizedLineList_c
    • Pixyz.OptimizeSDK.Runtime
      • CombineMeshesParameters
      • DecimateQualityLevels
      • DecimateToQualityParameters
      • DecimateToQualityVertexRemovalParameters
      • DecimateToTargetParameters
      • ImposterParameters
      • OcclusionCullingParameters
      • OcclusionMode
      • RemeshFieldAlignedParameters
      • RemeshParameters
      • RepairMeshesParameters
      • Weight

    Namespace Pixyz.ImportSDK

    Classes

    ImportSettings

    Serializable container class for import settings. This class inherits from Unity's ScriptableObject and can be serialized. This allows users to save presets and to use them either from the Import Window or from scripting by declaring a public field in a MonoBehaviour class. This class can also be created at runtime.

    ImportStamp

    This component holds all information related to the Pixyz import.

    Metadata

    When attached to a GameObject (as a Component), the Metadata will store and display all metadata properties.
    Those properties can be automatically imported from the Importer (with the correct settings).

    Properties

    TransformVariant

    VariantSets

    VariantSets.MaterialSet

    VariantSets.Set

    VariantSets.Set<T, U>

    VariantSets.TransformSet

    VariantSets.VariantGroup

    VariantSets.VariantSet

    VariantSets.VariantStructure

    VariantsManager

    Class handling transform and material switches imported from Autodesk VRED

    VariantsManager.MaterialSwitch

    Class handling material variants

    VariantsManager.Switch

    VariantsManager.Switch<T>

    VariantsManager.TransformSwitch

    Class handling transform variants

    Structs

    ImportSettingsTemplate

    This is a template for the import settings. An instance can be created and registered for a given file format through the Importer class to enable custom behaviours.

    Parameter<T>

    A wrapper for a parameter. This allows the creation of presets and custom behaviours for classes that require user configurable parameter setup.

    Enums

    MeshQuality

    ParameterAvailability

    TreeProcessType

    Back to top Pixyz Plugin for Unity C# API