Table of Contents

Delegate DelegateDefaultValueMetadata<T>.DefaultValueCallback

Namespace
Stride.Core
Assembly
Stride.Core.dll

Callback used to initialiwe the tag value.

public delegate T DelegateDefaultValueMetadata<T>.DefaultValueCallback(ref PropertyContainer container)

Parameters

container PropertyContainer

The tag property container.

Returns

T

Value of the tag.