Table of Contents

Delegate ValidateValueCallback<T>

Namespace
Stride.Core
Assembly
Stride.Core.dll

Delegate ValidateValueCallback used by ValidateValueMetadata.

public delegate void ValidateValueCallback<T>(ref T value)

Parameters

value T

The value to validate and coerce.

Type Parameters

T