UnitySignals
Signals for Unity3D
|
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] |
|
static |
Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.Value.
component | The ValueReferenceComponent. |
|
static |
Implicit cast from the ValueReferenceComponent to the wrapped ValueReference.
component | The ValueReferenceComponent. |
|
get |