Skip to main content

Struct NetworkBehaviorSyncvar<T>

Syntax
public struct NetworkBehaviorSyncvar<T>
where T : NetworkBehaviour
Type Parameters
NameDescription
T

Constructors

NetworkBehaviorSyncvar(T)

Declaration
public NetworkBehaviorSyncvar(T behaviour)
Parameters
TypeNameDescription
Tbehaviour

Properties

Value

Declaration
public T Value { get; set; }