Table of Contents

Operator implicit operator

Namespace
GrindFest
Assembly
GrindFest.dll

implicit operator InteractiveBehaviour(InteractiveBehaviour)

Implicit conversion from InteractiveBehaviour to simplified Isolated.InteractiveBehaviour for serialization across isolation boundary.

public static implicit operator InteractiveBehaviour(InteractiveBehaviour interactive)

Parameters

interactive InteractiveBehaviour

Returns

InteractiveBehaviour

implicit operator InteractiveBehaviour(InteractiveBehaviour)

Implicit conversion from Isolated.InteractiveBehaviour to full InteractiveBehaviour by instance ID lookup.

public static implicit operator InteractiveBehaviour(InteractiveBehaviour isolated)

Parameters

isolated InteractiveBehaviour

Returns

InteractiveBehaviour