StrixSyncFieldAttributeFieldCode Property |
Code used to identify the field.
Namespace:
SoftGear.Strix.Unity.Runtime
Assembly:
StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax public int FieldCode { get; set; }
Property Value
Type:
Int32Remarks
Smaller values decrease the network packet size.
Although, you have to be careful to keep the values unique across all the fields on the current type.
If set to 0, field name hash is used instead.
The default value is 0.
See Also