[ConfigWindow]
Parameters
Parameter
Type
Description
Examples
using RenownedGames.Apex;
using UnityEngine;
[ConfigWindow("Apex Attributes Showcase", IconName = "d_UnityEditor.InspectorWindow", Dockable = false, LeftPanelWidth = 250f)]
public class ApexShowcaseWindow : ScriptableObject
{
// Configuration content...
}Last updated