Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ FromValue()

static Any< T > Sisus.Init.Any< T >.FromValue ( T value)
static

Creates a new instance of the Any struct with the given underlying value.

Parameters
valueThe underlying value of the Any<T> object.
Returns
A new instance of the Any<T> struct.