Click or drag to resize

ComponentUtilityLoadComponentFromTextBlock Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Component LoadComponentFromTextBlock(
	MetadataLoadContext overrideContextObject,
	TextBlock block,
	string loadedFromFile,
	ResourceInstance createdByResource,
	Nullable<bool> componentSetEnabled,
	bool componentCreateHierarchyController,
	out string error
)

Parameters

overrideContextObject
Type: NeoAxisMetadataLoadContext
block
Type: NeoAxisTextBlock
loadedFromFile
Type: SystemString
createdByResource
Type: NeoAxisResourceInstance
componentSetEnabled
Type: SystemNullableBoolean
componentCreateHierarchyController
Type: SystemBoolean
error
Type: SystemString

Return Value

Type: Component
See Also