ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Asset Transformer SDK

2026.4

サポート対象
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.4

サポート対象
​

このページは選択した言語では使用できません。
Asset Transformer SDK
​
​
pxz
  • Functions
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
IO
  • Functions
  • Types
    • CloudDirectory
    • CloudFile
    • DropBoxAccess
    • ExportFilePath
    • ExportFilePathList
    • FileFormat
    • FileFormatDescription
    • FileFormatList
    • FilesList
    • ImportFilePath
    • ImportFilePathList
    • LocalDirectoryAccess
    • LocalFileAccess
    • OpenStackAccess
    • OwnCloudAccess
    • PriorityImportLevel
    • Protocol
    • VariantNameList
    • WebDAVAccess
    • exportFileCallback
    • importFileCallback
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Unity
  • Functions
  • Events
  • Types
View
  • Functions
  • Events
  • Types
  1. Asset Transformer SDK (ex Pixyz)

IO

Python API types
読み終わるまでの所要時間 5 分
最終更新 3ヶ月前

CloudDirectory

Select between:
  • local: io.LocalDirectoryAccess
  • openStack: io.OpenStackAccess
  • dropBox: io.DropBoxAccess
  • ownCloud: io.OwnCloudAccess
  • webDAV: io.WebDAVAccess

CloudFile

Select between:
  • local: io.LocalFileAccess
  • openStack: io.OpenStackAccess
  • dropBox: io.DropBoxAccess
  • ownCloud: io.OwnCloudAccess
  • webDAV: io.WebDAVAccess

DropBoxAccess

DropBox connection informations. Fields

Type

Name

Default

Description

pathString
tokenString

ExportFilePath

File path of a supported file for export. Base class: core.OutputFilePath
Functions accepting this type or a list of this type as a parameter:
  • core.save
  • core.generateActivationCode
  • core.generateDeactivationCode
  • core.setCoreDumpFile
  • core.setLogFile
  • io.exportScene
  • io.exportSelection
  • material.exportImage
  • view.takeScreenshot
  • core.load
  • core.installLicense
  • core.getModuleDescFromXML
  • io.importPicture
  • io.importScene
  • io.listVariants
  • io.splitPointCloud
  • material.importImage
  • scene.exportFilterLibrary
  • scene.importFilterLibrary
  • algo.configureFunctionLogger
  • algo.bakeMaterialPropertyMap
  • algo.bakeOccurrencePropertyMap
  • algo.sawWithAABB
  • algo.sawWithOBB
  • algo.sawWithPlane
  • cad.configureFunctionLogger
  • core.configureFunctionLogger
  • core.getEvent
  • core.getEvents
  • core.getFunction
  • core.getFunctions
  • core.getGroup
  • core.getGroups
  • core.getModuleTypes
  • core.getType
  • core.getTypeAttributes
  • core.addWantedToken
  • core.checkWebLogin
  • core.configureLicenseServer
  • core.needToken
  • core.ownToken
  • core.releaseToken
  • core.releaseWebLicense
  • core.removeWantedToken
  • core.requestWebLicense
  • core.retrieveWebLicenses
  • core.tokenValid
  • core.parallelStart
  • core.removeModule
  • core.pushProgression
  • core.addCustomProperties
  • core.addCustomProperty
  • core.getModuleProperty
  • core.getModulePropertyInfo
  • core.getProperties
  • core.getProperty
  • core.getPropertyInfo
  • core.hasCustomProperty
  • core.hasProperty
  • core.listModuleProperties
  • core.removeCustomProperty
  • core.restoreModulePropertyDefaultValue
  • core.setModuleProperty
  • core.setProperties
  • core.setProperty
  • core.unsetProperty
  • core.startUndoRedoStep
  • core.log
  • geom.configureFunctionLogger
  • io.configureFunctionLogger
  • io.addAssetPaths
  • io.findInDirectories
  • io.setAssetPaths
  • io.importRemote3mxFile
  • io.registerIOCallbacks
  • io.getExtensionPriority
  • material.addUniformProperty
  • material.configureFunctionLogger
  • material.createCustomMaterialPattern
  • material.createMaterial
  • material.findCustomMaterialPatternByName
  • material.findMaterialsByPattern
  • material.findMaterialsByProperty
  • material.getPointsAndMaterialFromText
  • material.getUniformPropertyType
  • material.setCoeffOrTextureProperty
  • material.setColorAlphaProperty
  • material.setColorOrTextureProperty
  • material.setFragmentShader
  • material.setMaterialPattern
  • material.setVertexShader
  • material.createImageFromData
  • polygonal.configureFunctionLogger
  • polygonal.createMeshFromText
  • scene.configureFunctionLogger
  • scene.createOccurrence
  • scene.createOccurrenceFromSelection
  • scene.createOccurrenceFromText
  • scene.createOccurrences
  • scene.getActivePropertyValue
  • scene.getActivePropertyValues
  • scene.setOccurrenceName
  • scene.findOccurrencesByMetadata
  • scene.findOccurrencesByProperty
  • scene.createLight
  • scene.addMetadata
  • scene.addMetadataBlock
  • scene.getMetadata
  • scene.removeMetadata
  • scene.createAlternativeTree
  • scene.createAnimation
  • scene.getSubChannel
  • scene.linkPropertyToAnimation
  • scene.unlinkPropertyToAnimation
  • scene.addFilterToLibrary
  • scene.findFilterByName
  • scene.setReferencedDataComponentPath
  • scene.addAnnotationGroup
  • scene.addVariant
  • scene.duplicateVariant
  • unity.configureFunctionLogger
  • view.configureFunctionLogger
  • view.getViewerProperty
  • view.getViewerPropertyInfo
  • view.setViewerProperty
  • view.startRecording

ExportFilePathList

List of io.ExportFilePath

FileFormat

Describe the file format. Fields

Type

Name

Default

Description

productString
extensionString
versionString
priorityPriorityImportLevelPriority_1
readBooleanFalse
writeBooleanFalse
hasTessellatedFileFormatDescriptionNOT_APPLICABLE
hasBREPFileFormatDescriptionNOT_APPLICABLE
hasAlternativeImporterFileFormatDescriptionNOT_APPLICABLE
hasMetadataFileFormatDescriptionNOT_APPLICABLE
hasPMIFileFormatDescriptionNOT_APPLICABLE
osMaskInt7Mask based on Windows (1), Linux (2), OSX (4).
Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

FileFormatDescription

Enumeration of option states. Enum of core.Int

Name

Value

NO0
YES1
NOT_APPLICABLE2

FileFormatList

List of io.FileFormat
Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

FilesList

List of core.FilePath
Functions accepting this type or a list of this type as a parameter:
  • io.importFiles

ImportFilePath

File path of a supported file for import. Base class: core.FilePath
Functions accepting this type or a list of this type as a parameter:
  • core.load
  • core.installLicense
  • core.getModuleDescFromXML
  • io.importPicture
  • io.importScene
  • io.listVariants
  • io.splitPointCloud
  • material.importImage
  • scene.exportFilterLibrary
  • scene.importFilterLibrary
  • algo.configureFunctionLogger
  • algo.bakeMaterialPropertyMap
  • algo.bakeOccurrencePropertyMap
  • algo.sawWithAABB
  • algo.sawWithOBB
  • algo.sawWithPlane
  • cad.configureFunctionLogger
  • core.configureFunctionLogger
  • core.getEvent
  • core.getEvents
  • core.getFunction
  • core.getFunctions
  • core.getGroup
  • core.getGroups
  • core.getModuleTypes
  • core.getType
  • core.getTypeAttributes
  • core.addWantedToken
  • core.checkWebLogin
  • core.configureLicenseServer
  • core.needToken
  • core.ownToken
  • core.releaseToken
  • core.releaseWebLicense
  • core.removeWantedToken
  • core.requestWebLicense
  • core.retrieveWebLicenses
  • core.tokenValid
  • core.parallelStart
  • core.removeModule
  • core.pushProgression
  • core.addCustomProperties
  • core.addCustomProperty
  • core.getModuleProperty
  • core.getModulePropertyInfo
  • core.getProperties
  • core.getProperty
  • core.getPropertyInfo
  • core.hasCustomProperty
  • core.hasProperty
  • core.listModuleProperties
  • core.removeCustomProperty
  • core.restoreModulePropertyDefaultValue
  • core.setModuleProperty
  • core.setProperties
  • core.setProperty
  • core.unsetProperty
  • core.startUndoRedoStep
  • core.log
  • geom.configureFunctionLogger
  • io.configureFunctionLogger
  • io.addAssetPaths
  • io.findInDirectories
  • io.setAssetPaths
  • io.importRemote3mxFile
  • io.registerIOCallbacks
  • io.getExtensionPriority
  • material.addUniformProperty
  • material.configureFunctionLogger
  • material.createCustomMaterialPattern
  • material.createMaterial
  • material.findCustomMaterialPatternByName
  • material.findMaterialsByPattern
  • material.findMaterialsByProperty
  • material.getPointsAndMaterialFromText
  • material.getUniformPropertyType
  • material.setCoeffOrTextureProperty
  • material.setColorAlphaProperty
  • material.setColorOrTextureProperty
  • material.setFragmentShader
  • material.setMaterialPattern
  • material.setVertexShader
  • material.createImageFromData
  • polygonal.configureFunctionLogger
  • polygonal.createMeshFromText
  • scene.configureFunctionLogger
  • scene.createOccurrence
  • scene.createOccurrenceFromSelection
  • scene.createOccurrenceFromText
  • scene.createOccurrences
  • scene.getActivePropertyValue
  • scene.getActivePropertyValues
  • scene.setOccurrenceName
  • scene.findOccurrencesByMetadata
  • scene.findOccurrencesByProperty
  • scene.createLight
  • scene.addMetadata
  • scene.addMetadataBlock
  • scene.getMetadata
  • scene.removeMetadata
  • scene.createAlternativeTree
  • scene.createAnimation
  • scene.getSubChannel
  • scene.linkPropertyToAnimation
  • scene.unlinkPropertyToAnimation
  • scene.addFilterToLibrary
  • scene.findFilterByName
  • scene.setReferencedDataComponentPath
  • scene.addAnnotationGroup
  • scene.addVariant
  • scene.duplicateVariant
  • unity.configureFunctionLogger
  • view.configureFunctionLogger
  • view.getViewerProperty
  • view.getViewerPropertyInfo
  • view.setViewerProperty
  • view.startRecording

ImportFilePathList

List of io.ImportFilePath

LocalDirectoryAccess

Local file. Fields

Type

Name

Default

Description

pathDirectoryPath

LocalFileAccess

Local file. Fields

Type

Name

Default

Description

pathFilePath

OpenStackAccess

OpenStack connection informations. Fields

Type

Name

Default

Description

pathString
authUrlString
regionString
userString
passwordPassword
domainIdString
projectIdString
containerString
objectStoreStringswift

OwnCloudAccess

OwnCloud connection informations. Fields

Type

Name

Default

Description

pathString
authUrlString
userString
passwordPassword

PriorityImportLevel

Priority levels for importer. Enum of core.Int

Name

Value

unavailable0
Priority_11
Priority_22
Priority_33
Priority_44
Priority_55
Priority_66
Priority_77
Priority_88
Priority_99
Priority_1010

Protocol

Web access protocol. Enum of core.Int

Name

Value

HTTP1
HTTPS2

VariantNameList

List of core.String

WebDAVAccess

WebDAV connection informations. Fields

Type

Name

Default

Description

pathString
hostString
portUShort0
protocolProtocolHTTP
userString
passwordPassword
urlString

exportFileCallback

Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

importFileCallback

Functions accepting this type or a list of this type as a parameter:
  • io.registerIOCallbacks

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • CloudDirectory

    • CloudFile

    • DropBoxAccess

    • ExportFilePath

    • ExportFilePathList

    • FileFormat

    • FileFormatDescription

    • FileFormatList

    • FilesList

    • ImportFilePath

    • ImportFilePathList

    • LocalDirectoryAccess

    • LocalFileAccess

    • OpenStackAccess

    • OwnCloudAccess

    • PriorityImportLevel

    • Protocol

    • VariantNameList

    • WebDAVAccess

    • exportFileCallback

    • importFileCallback


このページの問題を報告する