ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Asset Transformer SDK

2026.4

サポート対象
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.4

サポート対象
​

このページは選択した言語では使用できません。
​
​
Get started
  • System requirements
  • Licensing
  • Setup
  • Migrate from Scenario Processor
Framework
  • Framework
  • Preferences
Input/output files
  • Supported formats
  • Import files
  • Export files
  • Export textures
  • CAD vs Mesh
Scene
  • Product structure
  • Occurrence
  • Component
  • Material
  • Image
Algorithms
  • CAD
  • Healing
  • Optimization
  • Combine and bake
  • Reconstruction
  • UVs
Viewer
  • Viewer
Pixyz UI
  • Setup
  • Overview
  • Create a custom UI
Guidelines
  • Data preparation
  • Process point clouds
Debug and diagnose
  • Log files
  • Debug best practices
Other
  • Samples
  • Glossary
  1. Asset Transformer SDK (ex Pixyz)

Occurrence

Learn about occurrences in the scene, including their properties, functions, and how to work with prototypes and instances.
読み終わるまでの所要時間 1 分
最終更新 3ヶ月前

API reference
The nodes in the product structure are referred to as occurrences. Most of the optimization functions take an occurrence or a list of occurrences as input.
This table shows examples:

Function

Description

algo.tessellate([1], …)Specify [1] to run the algorithm on all the direct and indirect child occurrences of this occurrence.
scene.getRoot()Use this function to retrieve the root occurrence of your scene.
scene.findOccurrencesByProperty(property, regex)Use this function to find occurrences that have a specific property.
ヒント
To retrieve all the occurrences in the scene or the recursive children of an occurrence, use the scene.findOccurrencesByProperty method with these parameters:
  • The
    "Name"
    property
  • This regular expression to find all properties:
    ".*"
This table shows the properties of occurrences:

Property

Type

Description

IdIdentA unique unsigned int identifier.
NameStringThe name of this occurrence.
VisibleInheritableBoolThe visibility status of this occurrence.
MaterialEntityThe optional material of this occurrence.
TransformMatrix4Local transform matrix of this occurrence, storing local position, rotation and scale information.
PrototypeEntityPrototype occurrence. If exists this occurrence inherits from its prototype's properties.
An occurrence that's instantiated elsewhere in the product structure is referred to as a prototype. References to a prototype are referred to as instances.
To instantiate an occurrence and its subtree, use the scene.prototypeSubTree function. The returned subtree shares the same components, geometries, and materials as the prototyped subtree.

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

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

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


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