DelegateDefaultValueMetadata<T>.DefaultValueCallback Delegate
Namespace: Stride.CoreAssembly: Stride.Core.dll
Callback used to initialiwe the tag value.
public delegate T DefaultValueCallback(ref PropertyContainer container);
              Parameters
| Type | Name | Description | 
|---|---|---|
| PropertyContainer | container | The tag property container.  | 
                  
Returns
| Type | Description | 
|---|---|
| T | Value of the tag.  |