Skip to content

Constants

Namespace: SideXP.Core

public static class Constants

Miscellaneous constant values.

Fields

CompanyName

public const string CompanyName = "Sideways Experiments"

Name of the company.

CompanyWebsite

public const string CompanyWebsite = "https://sideways-experiments.com"

The URL to the company's website.

BaseHelpUrl

public const string BaseHelpUrl = "https://side-xp.github.io/unity-core"

Base URL to the online documentation of this package. You must concatenate your own path starting with "/".

Remarks

For a Component or ScriptableObject, the help link convention is {BaseHelpUrl}/api/{namespace}/{type name}.

AddComponentMenu

public const string AddComponentMenu = "Sideways Experiments"

Base path used for AddComponentMenu. You must concatenate your own path starting with "/".

CreateAssetMenu

public const string CreateAssetMenu = "Sideways Experiments"

Base path used for CreateAssetMenuAttribute. You must concatenate your own path starting with "/".

DemosSubmenu

public const string DemosSubmenu = "/Demos"

The submenu for demo features (from "Add Component" button, "Asset > Create" and the main toolbar menus). Starts with "/". You must concatenate your own path starting with "/".

DemosDefine

public const string DemosDefine = "SIDEXP_DEMOS"

The define symbol used to enable demos of the framework.

AddComponentMenuDemos

public const string AddComponentMenuDemos = "Sideways Experiments/Demos"

Base path used for AddComponentMenu with demo components. You must concatenate your own path starting with "/".

AddComponentMenuDemosCore

public const string AddComponentMenuDemosCore = "Sideways Experiments/Demos/Core"

Base path used for AddComponentMenu with demo components related to the core package features. You must concatenate your own path starting with "/".

CreateAssetMenuDemos

public const string CreateAssetMenuDemos = "Sideways Experiments/Demos"

Base path used for CreateAssetMenuAttribute with demo assets. You must concatenate your own path starting with "/".

CreateAssetMenuDemosCore

public const string CreateAssetMenuDemosCore = "Sideways Experiments/Demos/Core"

Base path used for CreateAssetMenuAttribute with demo assets related to the core package features. You must concatenate your own path starting with "/".