Click or drag to resize

HideFieldAttribute Constructor (Boolean)

Simple constructor to just hide this, without evaluating anything

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HideFieldAttribute(
	bool completelyHide = true
)

Parameters

completelyHide (Optional)
Type: SystemBoolean
Whether or not you want to hide the field completely, or just make it not editable unless in debug mode in the inspector
See Also