mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
8 lines
137 B
C#
8 lines
137 B
C#
using TriInspector;
|
|
using UnityEngine;
|
|
|
|
public class Misc_ReadOnlySample : ScriptableObject
|
|
{
|
|
[ReadOnly]
|
|
public Vector3 vec;
|
|
} |