Appends the passed custom class instance to the end of this array.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax void AddClass(
Object val
)
Parameters
- val
- Type: SystemObject
The custom class instance to be appended to this array.
Remarks
Read the
GetClass(Int32) method description for more informations.
IMPORTANT: class serialization is not supported in Unity WebGL.
See Also