Click or drag to resize

ContentBrowserItemCalculateReferenceValue Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void CalculateReferenceValue(
	Component from,
	MetadataTypeInfo expectedType,
	out string referenceValue,
	out bool canSet
)

Parameters

from
Type: NeoAxisComponent
expectedType
Type: NeoAxisMetadataTypeInfo
referenceValue
Type: SystemString
canSet
Type: SystemBoolean
See Also