Photon Fusion
2.1.1
An attribute emitted by the weaver to mark a string field as networked. More...
Public Member Functions | |
| NetworkedWeavedStringAttribute (int capacity, string cacheFieldName) | |
Properties | |
| string | CacheFieldName [get] |
| Name of the field that servers as cache. | |
| int | Capacity [get] |
| Max capacity of the string (in characters). | |
An attribute emitted by the weaver to mark a string field as networked.
| NetworkedWeavedStringAttribute | ( | int | capacity, |
| string | cacheFieldName ) |
| capacity | Max capacity of the string (in characters) |
| cacheFieldName | Name of the field that servers as cache |