C# Class UnityEngine.Networking.SyncVarAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
hook string

Property Details

hook public_oe 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