[InlineEditor]

Displays the referenced object's properties inline within the foldout.

Support Types

Type
Description

Object

ScriptableObject or MonoBehaviour

Examples

using UnityEngine;
using RenownedGames.Apex;

public class InlineEditorExample : MonoBehaviour
{
    [InlineEditor]
    public ScriptableObject myConfig;
}

Last updated