[InlineEditor]
Support Types
Type
Description
Examples
using UnityEngine;
using RenownedGames.Apex;
public class InlineEditorExample : MonoBehaviour
{
[InlineEditor]
public ScriptableObject myConfig;
}Last updated
using UnityEngine;
using RenownedGames.Apex;
public class InlineEditorExample : MonoBehaviour
{
[InlineEditor]
public ScriptableObject myConfig;
}Last updated