Click or drag to resize

ContentBrowserOptionsPropertyImpl Constructor

Initializes a new instance of the ContentBrowserOptionsPropertyImpl class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PropertyImpl(
	ContentBrowserOptions owner,
	string name,
	MetadataTypeInfo type,
	IList<Attribute> attributes,
	string category,
	Object value,
	bool readOnly = false
)

Parameters

owner  ContentBrowserOptions
 
name  String
 
type  MetadataTypeInfo
 
attributes  IListAttribute
 
category  String
 
value  Object
 
readOnly  Boolean  (Optional)
 
See Also