Click or drag to resize

ContentBrowserItem_FileCalculateReferenceValue Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public override 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