Class TemplateCollection
Contains a collection of scenes that can be loaded through the MARS template selection window.
Inherited Members
Namespace: UnityEditor.MARS
Syntax
[CreateAssetMenu(fileName = "Templates", menuName = "MARS/Developer/Template Collection")]
[MovedFrom("Unity.MARS")]
public class TemplateCollection : ScriptableObject
Properties
templates
Available scene templates
Declaration
public TemplateData[] templates { get; }
Property Value
Type | Description |
---|---|
TemplateData[] |