DependencyInfo
A descriptor that stores one of a template Scene's dependency Assets, and specifies whether to clone or reference it when the template is instantiated.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.SceneTemplate
- Assembly: UnityEditor
public sealed class DependencyInfo
Fields
Value | Description |
|---|---|
| dependency | A dependency Asset of the template Scene. |
| instantiationMode | The action to take with the dependency when the template is instantiated. |
Constructors
Constructor | Description |
|---|---|
| DependencyInfo() | Constructor for a DependencyInfo. |