mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
12 lines
246 B
C#
12 lines
246 B
C#
using TriInspector;
|
|
using UnityEngine;
|
|
|
|
public class Debug_ShowDrawerChainSample : ScriptableObject
|
|
{
|
|
[ShowDrawerChain]
|
|
[Indent]
|
|
[PropertySpace]
|
|
[Title("Custom Title")]
|
|
[GUIColor(1.0f, 0.8f, 0.8f)]
|
|
public Vector3 vec;
|
|
} |