Constants¶
Namespace:
SideXP.Core
Miscellaneous constant values.
Fields¶
CompanyName¶
Name of the company.
CompanyWebsite¶
The URL to the company's website.
BaseHelpUrl¶
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¶
Base path used for AddComponentMenu. You must concatenate your own path starting with "/".
CreateAssetMenu¶
Base path used for CreateAssetMenuAttribute. You must concatenate your own path starting with "/".
DemosSubmenu¶
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¶
The define symbol used to enable demos of the framework.
AddComponentMenuDemos¶
Base path used for AddComponentMenu with demo components. You must concatenate your own path starting with "/".
AddComponentMenuDemosCore¶
Base path used for AddComponentMenu with demo components related to the core package features. You must concatenate your own path starting with "/".
CreateAssetMenuDemos¶
Base path used for CreateAssetMenuAttribute with demo assets. You must concatenate your own path starting with "/".
CreateAssetMenuDemosCore¶
Base path used for CreateAssetMenuAttribute with demo assets related to the core package features. You must concatenate your own path starting with "/".