Table of Contents

Class UICustomInvitesMenu

public class UICustomInvitesMenu : SampleMenuWithFriends
Inheritance
UICustomInvitesMenu
Inherited Members

Fields

InviteLogText

public Text InviteLogText

Field Value

Text

PayloadInputField

public UIConsoleInputField PayloadInputField

Field Value

UIConsoleInputField

PendingInviteEntryPrefab

public UICustomInviteEntry PendingInviteEntryPrefab

Field Value

UICustomInviteEntry

PendingInvitesParent

public Transform PendingInvitesParent

Field Value

Transform

Methods

Awake()

When overriding, call this base implementation first.

protected override void Awake()

GetFriendInteractButtonText()

public override string GetFriendInteractButtonText()

Returns

string

GetFriendInteractionState(FriendData)

public override SampleMenuWithFriends.FriendInteractionState GetFriendInteractionState(FriendData friendData)

Parameters

friendData FriendData

Returns

SampleMenuWithFriends.FriendInteractionState

Hide()

Hides the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Hide()

OnDestroy()

When overriding, call this base implementation first.

protected override void OnDestroy()

OnFriendInteractButtonClicked(FriendData)

public override void OnFriendInteractButtonClicked(FriendData friendData)

Parameters

friendData FriendData

SetPayloadOnClick()

public void SetPayloadOnClick()

Show()

Shows the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Show()