| GameLiftManagerSetPhysicsMasterId Method |
Assigns the given peer id to physics master's id.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetPhysicsMasterId(
int id
)
Public Sub SetPhysicsMasterId (
id As Integer
)
public:
void SetPhysicsMasterId(
int id
)
member SetPhysicsMasterId :
id : int -> unit
Parameters
- id
- Type: SystemInt32
Peer id
See Also