Click or drag to resize

PathfindingOnLoad Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override bool OnLoad(
	MetadataLoadContext context,
	TextBlock block,
	out string error
)

Parameters

context
Type: NeoAxisMetadataLoadContext
block
Type: NeoAxisTextBlock
error
Type: SystemString

Return Value

Type: Boolean
See Also