The SmashRecordBase T type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SmashRecordBase T |
Initializes a new instance of the SmashRecordBase class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetRecordID |
Get a unique identifier for the record, stable for the lifetime of the record.
| |
Gets the (Inherited from | ||
| GetUnfrozen |
Gets a mutable copy of the record.
| |
Creates a shallow copy of the current (Inherited from | ||
| OnChange |
Derived record types must call this upon set operations on their public members.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| UserData |
Associates user state with a record. This member is not synchronized with other session participants.
|
See Also