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

◆ IsCreatableFrom()

static bool Sisus.Init.Any< T >.IsCreatableFrom ( [AllowNull] Object fromReference,
Component forClient )
static

Returns a value indicating whether it is possible to create an instance of the Any struct with the underlying value of fromReference .

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