|
Beamable SDK
|
Data struct holding information regarding a name collision. More...

Public Member Functions | |
| UniqueNameCollisionData (string name, MemberAttribute[] collidedAttributes) | |
| Initializes the unique name collision data structure with its relevant information. More... | |
Public Attributes | |
| readonly string | Name |
| The collided name. | |
| readonly MemberAttribute[] | CollidedAttributes |
| The list of MemberAttribute that collided. | |
Data struct holding information regarding a name collision.
|
inline |
Initializes the unique name collision data structure with its relevant information.
| name | The collided name. |
| collidedAttributes | A list of MemberAttribute that contain the collided name. |