Class DependencyInfo
Descriptor storing a dependency asset of a scene and what to do with that dependency (clone or reference) on template instantiation.
Inherited Members
Namespace: UnityEditor.SceneTemplate
Assembly: solution.dll
Syntax
[Serializable]
public class DependencyInfo
Fields
Name | Description |
---|---|
dependency | Dependency asset of the template scene |
instantiationMode | What to do with that dependency on instantiation. |