Click or drag to resize

EditorUtilitySetPropertyReference Method

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

Parameters

document
Type: NeoAxis.EditorIDocumentInstance
objects
Type: SystemObject
property
Type: NeoAxisMetadataProperty
indexers
Type: SystemObject
referenceValues
Type: SystemString
See Also