MyBox icon indicating copy to clipboard operation
MyBox copied to clipboard

Feature request: Fixed collections size in inspector

Open SoraTehk opened this issue 3 years ago • 0 comments

Remove the ability to add/remove item in inspector (aka fixed)

[SizeInInspector(4)]
public float[] myFloatArray;

[SizeInInspector(2)]
public List<int> myIntList;

image

SoraTehk avatar Mar 12 '22 16:03 SoraTehk