Answers for "show private fields in inspecotr unity"

C#
3

show private fields in inspecotr unity

// You Can as well do this with "ScrpitableObject"s
public class MyClass : MonoBehaviour { 
	// Make sure that your field type is actually displayable on the inspector
	[SerializeField] var myPrivateField  
{
Posted by: Guest on January-22-2021

Code answers related to "show private fields in inspecotr unity"

C# Answers by Framework

Browse Popular Code Answers by Language