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