C# Class UnityEngine.Networking.SyncVarAttribute

Inheritance: System.Attribute
Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
hook string

Property Details

hook public property

The hook attribute can be used to specify a function to be called when the sync var changes value on the client.

public string hook
return string