Init(args)
Scripting Reference
List of all members | Properties
Sisus.Init.IValueProvider< T > Interface Template Reference

Description

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.

Template Parameters
TType of the provided value.

Properties

Value [get]
 Gets the value of the current IValueProvider<T> object More...