How Ot Make A Variable Public Without Showing In The

[Solved] How Ot Make A Variable Public Without Showing In The | Csharp - Code Explorer | yomemimo.com
Question : how ot make a variable public without showing in the inspector

Answered by : justin-bieber

public float notHidden; // Displayed
[HideInInspector] // Hides var below
public float hidden;

Source : | Last Update : Wed, 12 Aug 20

Answers related to how ot make a variable public without showing in the inspector

Code Explorer Popular Question For Csharp