Click or drag to resize

EditorUtilitySetPropertyReference Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetPropertyReference(
	IDocumentInstance document,
	Object[] objects,
	MetadataProperty property,
	Object[] indexers,
	string[] referenceValues
)

Parameters

document  IDocumentInstance
 
objects  Object
 
property  MetadataProperty
 
indexers  Object
 
referenceValues  String
 
See Also