Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how ot make a variable public without showing in the inspector

public float notHidden; // Displayed

[HideInInspector] // Hides var below
public float hidden;
Comment

PREVIOUS NEXT
Code Example
Csharp :: raycast from camera to mouse unity 
Csharp :: but dotnet-ef does not exist. 
Csharp :: minimize window form c# 
Csharp :: unity scene change 
Csharp :: c# delete file if exists 
Csharp :: how to make a hello world program in c# 
Csharp :: how to make c# open brower 
Csharp :: c sharp how to read a text file 
Csharp :: unity how to set gameobjkect enabled 
Csharp :: unity how to get y value 
Csharp :: unity button onclick remove listener 
Csharp :: c# alphabet array 
Csharp :: how to change the color of an object in unity c# 
Csharp :: c# store strings in file 
Csharp :: unity to integer 
Csharp :: c sharp list of strings 
Csharp :: c# windows grab screenshot 
Csharp :: how to get the startup path in console app 
Csharp :: c# get directory of executable 
Csharp :: json stringify c# 
Csharp :: unity or 
Csharp :: sconvert string to title case + C3 
Csharp :: query parameter c# controller 
Csharp :: c# print out whole object 
Csharp :: c# current thread id 
Csharp :: unity get project file directory 
Csharp :: require admin privileges c# 
Csharp :: c# change colour of console 
Csharp :: unity c# reference link url 
Csharp :: unity change tag of go 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =