Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.17 KB

File metadata and controls

20 lines (16 loc) · 1.17 KB

ElementLocation

enum in AdvancedSceneManager.Editor.UI / Inherits from: Enum

Description

Specifies location for a custom element in the ASM window.

Values

Name Description
Header Specifies that the custom element should be located in the header of the ASM window.
Footer Specifies that the custom element should be located in the footer of the ASM window.
Collection Specifies that the custom element should be located in the collection headers the ASM window, on the right side.
Scene Specifies that the custom element should be located in the scene fields of the ASM window, on the right side.
CollectionLeft Specifies that the custom element should be located in the collection fields of the ASM window, on the left side.
SceneLeft Specifies that the custom element should be located in the scene fields of the ASM window, on the left side.
Settings Specifies that the custom element should be considered a settings page. It will be accessible as a category in the main settings page.
CollectionRight _No documentation available._
SceneRight _No documentation available._