Class JoinedEventArgs
Event arguments for the SetsJoined event.
Inherited Members
Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public class JoinedEventArgs : EventArgs
Constructors
View SourceJoinedEventArgs(int, int)
Declaration
public JoinedEventArgs(int largerSetID, int smallerSetID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | largerSetID | The larger of the two sets that were joined; becomes the new parent set. |
| int | smallerSetID | The smaller of the two sets that were joined; becomes the new child set. |
Fields
View SourceLargerSetID
The larger of the two sets that were joined; becomes the new parent set.
Declaration
public readonly int LargerSetID
Field Value
| Type | Description |
|---|---|
| int |
SmallerSetID
The smaller of the two sets that were joined; becomes the new child set.
Declaration
public readonly int SmallerSetID
Field Value
| Type | Description |
|---|---|
| int |