UnitySignals
Signals for Unity3D
Loading...
Searching...
No Matches
Signals.ValueReferenceComponent< T > Class Template Referenceabstract
Inheritance diagram for Signals.ValueReferenceComponent< T >:

Static Public Member Functions

static implicit operator ValueReference< T > (ValueReferenceComponent< T > component)
 Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.
 
static implicit operator T (ValueReferenceComponent< T > component)
 Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.Value.
 

Properties

ValueReference< T > Reference [get]
 

Member Function Documentation

◆ operator T()

static implicit Signals.ValueReferenceComponent< T >.operator T ( ValueReferenceComponent< T >  component)
static

Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.Value.

Parameters
componentThe ValueReferenceComponent.

◆ operator ValueReference< T >()

static implicit Signals.ValueReferenceComponent< T >.operator ValueReference< T > ( ValueReferenceComponent< T >  component)
static

Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.

Parameters
componentThe ValueReferenceComponent.

Property Documentation

◆ Reference


The documentation for this class was generated from the following file: