Click or drag to resize

SFSArrayAddClass Method

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
C#
public void AddClass(
	Object val
)

Parameters

val
Type: SystemObject
The custom class instance to be appended to this array.

Implements

ISFSArrayAddClass(Object)
Remarks
Read the GetClass(Int32) method description for more informations.

IMPORTANT: class serialization is not supported in Unity WebGL.

See Also