Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.Serialization._Double Class Referencesealed

Description

Represents a simple wrapper for a double value that makes it serializable by Unity's serialization system when assigned to a System.Object type field that has the UnityEngine.SerializeReference attribute.

Used to serialize double values by Any<object>.

Inheritance diagram for Sisus.Init.Serialization._Double:
Sisus.Init.IValueProvider< TValue > Sisus.Init.IValueProvider

Additional Inherited Members

- Public Member Functions inherited from Sisus.Init.IValueProvider< TValue >
new bool HasValueFor (Component client)
 Gets a value indicating whether this value provider can provide a value of type TValue for the client at this time.
 
bool TryGetFor ([AllowNull] Component client, [NotNullWhen(true), MaybeNullWhen(false)] out TValue value)
 Gets the value of type TValue for the client .
 
- Properties inherited from Sisus.Init.IValueProvider< TValue >
new TValue Value [get]
 Gets the value of type TValue provided by this object.
 
object IValueProvider. Value [get]
 Gets the value of type TValue provided by this object.