Edit

Share via


MultiplayerRoleInfo.TargetCount Property

Definition

Number of target slots assigned for this role. Note: Only the session owner can modify role settings and only those that are multiplayer_role_type::mutable_role_settings() In your session template, you also need to set 'hasOwners' capability and 'ownerManaged' to true for the specific role type that you want to modify the mutable_role_setting off.

public uint TargetCount { get; set; }
member this.TargetCount : uint32 with get, set
Public Property TargetCount As UInteger

Property Value

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerRoleInfoPublicNonVirtuals.TargetCount

Applies to