ドキュメント

​
​

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
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Scene
  • Functions
  • Events
    • ComponentChanged
    • SceneChanged
    • AnimationAdded
    • AnimationChanged
    • AnimationCleared
    • AnimationRemoved
    • IsolateBegan
    • IsolateEnded
    • SelectionChanged
    • VariantChanged
    • onRayProbe
    • onSphereProbe
  • Types
Unity
  • Functions
  • Events
  • Types
View
  • Functions
  • Events
  • Types
  1. Asset Transformer SDK (ex Pixyz)

Scene

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

ComponentChanged

def onComponentChanged(eventType, occurrence, component): passid = scene.addComponentChangedCallback(onComponentChanged)...scene.removeComponentChangedCallback(id)
Parameters

Type

Name

Description

ComponentChangeTypeeventTypeType of change.
OccurrenceoccurrenceOccurrence the component belongs to.
ComponentcomponentComponent concerned by change.

SceneChanged

def onSceneChanged(eventType, occurrence, child, finalOccurrence): passid = scene.addSceneChangedCallback(onSceneChanged)...scene.removeSceneChangedCallback(id)
Parameters

Type

Name

Description

SceneChangeTypeeventTypeType of change.
OccurrenceoccurrenceOccurrence concerned by change.
OccurrencechildChild occurrence for child insertion/removal.
OccurrencefinalOccurrenceOccurrence in the tree impact by the event.

AnimationAdded

def onAnimationAdded(animation): passid = scene.addAnimationAddedCallback(onAnimationAdded)...scene.removeAnimationAddedCallback(id)
Parameters

Type

Name

Description

AnimationanimationAdded animation.

AnimationChanged

def onAnimationChanged(animation): passid = scene.addAnimationChangedCallback(onAnimationChanged)...scene.removeAnimationChangedCallback(id)
Parameters

Type

Name

Description

AnimationanimationChanged Animation.

AnimationCleared

def onAnimationCleared(): passid = scene.addAnimationClearedCallback(onAnimationCleared)...scene.removeAnimationClearedCallback(id)

AnimationRemoved

def onAnimationRemoved(animation): passid = scene.addAnimationRemovedCallback(onAnimationRemoved)...scene.removeAnimationRemovedCallback(id)
Parameters

Type

Name

Description

AnimationanimationRemoved Animation.

IsolateBegan

def onIsolateBegan(): passid = scene.addIsolateBeganCallback(onIsolateBegan)...scene.removeIsolateBeganCallback(id)

IsolateEnded

def onIsolateEnded(): passid = scene.addIsolateEndedCallback(onIsolateEnded)...scene.removeIsolateEndedCallback(id)

SelectionChanged

def onSelectionChanged(type, occurrences): passid = scene.addSelectionChangedCallback(onSelectionChanged)...scene.removeSelectionChangedCallback(id)
Parameters

Type

Name

Description

SelectionChangeTypetypeType of change (CLEARED, ADDED or REMOVED).
OccurrenceListoccurrencesOnly if type is ADDED or REMOVED, list of added or removed occurrences.

VariantChanged

def onVariantChanged(type, variant): passid = scene.addVariantChangedCallback(onVariantChanged)...scene.removeVariantChangedCallback(id)
Parameters

Type

Name

Description

VariantChangeTypetypeType of change (ADDED, REMOVED, CURRENT_CHANGED).
Variantvariant

onRayProbe

def ononRayProbe(proberID, proberInfo): passid = scene.addonRayProbeCallback(ononRayProbe)...scene.removeonRayProbeCallback(id)
Parameters

Type

Name

Description

IdentproberIDThe ray propber ID.
ProberInfoproberInfoThe prober's info.

onSphereProbe

def ononSphereProbe(proberID, proberInfo): passid = scene.addonSphereProbeCallback(ononSphereProbe)...scene.removeonSphereProbeCallback(id)
Parameters

Type

Name

Description

IdentproberIDThe sphere propber ID.
ProberInfoproberInfoThe prober's info.

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

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

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

  • このページ
    • ComponentChanged

    • SceneChanged

    • AnimationAdded

    • AnimationChanged

    • AnimationCleared

    • AnimationRemoved

    • IsolateBegan

    • IsolateEnded

    • SelectionChanged

    • VariantChanged

    • onRayProbe

    • onSphereProbe


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