| GameLiftManagerGameControllerSetObjectColor Method |
Sets the object specified by the id contained in _packet to the color specified in _packet. This function is triggered by a packet received from the relay server.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetObjectColor(
DataReceivedEventArgs _packet
)
Public Sub SetObjectColor (
_packet As DataReceivedEventArgs
)
public:
void SetObjectColor(
DataReceivedEventArgs^ _packet
)
member SetObjectColor :
_packet : DataReceivedEventArgs -> unit
Parameters
- _packet
- Type: DataReceivedEventArgs
The packet containing the id of the object to change the color of, the color for the owner of the object,
and the color for those who don't own the object
See Also