Class TemplateCollection
Contains a collection of scenes that can be loaded through the MARS template selection window.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEditor.MARS
Assembly: Unity.MARS.Editor.dll
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[] |