Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public sealed class DependencyInfo

Fields

Value

Description

dependencyA dependency Asset of the template Scene.
instantiationModeThe action to take with the dependency when the template is instantiated.

Constructors

Constructor

Description

DependencyInfo()Constructor for a DependencyInfo.