Property | Type | Description | |
---|---|---|---|
componentHeight | int | ||
componentSpacing | int |
Method | Description | |
---|---|---|
GetSelectedColor ( ) : Color |
Gets the currently selected color.
|
|
OnColorChanged ( ) : void |
Notify the rest that this user's color has changed.
|
|
OnKickButtonPressed ( |
When the kick button has been pressed.
|
|
OnReadyChanged ( XNAInterfaceComponents.ChildComponents.XNACheckBox source ) : void |
When the ready state changed.
|
|
OnTeamChanged ( ) : void |
Notify the rest that this user's team has changed.
|
|
SelectColor ( int colorIndex ) : void |
Selects a color.
|
|
UpdateBounds ( int index ) : void |
Sets the index of this panel, and updates it's location
|
|
UserDisplayPanel ( |
public OnKickButtonPressed ( |
||
source | ||
return | void |
public OnReadyChanged ( XNAInterfaceComponents.ChildComponents.XNACheckBox source ) : void | ||
source | XNAInterfaceComponents.ChildComponents.XNACheckBox | The source, bla |
return | void |
public SelectColor ( int colorIndex ) : void | ||
colorIndex | int | The index of the color to select. |
return | void |
public UserDisplayPanel ( |
||
parent | ||
user | SocketLibrary.Users.User | |
index | int | |
return | System |