![]() |
Init(args)
Scripting Reference
|
Represents an object that can provide a Value of type T on demand.
If a class derives from UnityEngine.Object and implements IValueProvider<T> then Any<T> can wrap an instance of this class and return its IValueProvider<T>.Value when Any<T>.Value is called.
T | Type of the provided value. |
Properties | |
T | Value [get] |
Gets the value of the current IValueProvider<T> object More... | |