diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.MiniLeaderboardController.html b/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.MiniLeaderboardController.html new file mode 100644 index 0000000..2318783 --- /dev/null +++ b/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.MiniLeaderboardController.html @@ -0,0 +1,135 @@ + + + + + + + + Class MiniLeaderboardController + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
+
+ + + + +
+
+ +
+
Search Results for
+
+

+
+
    +
    +
    + + + +
    + + + + + + diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html b/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html index 61f5922..af597df 100644 --- a/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html +++ b/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html @@ -98,6 +98,8 @@

    GameTimerText

    +

    MiniLeaderboardController

    +

    PointText

    TimeReductionIndicator

    diff --git a/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardInfoElement.html b/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardInfoElement.html index 71a3fd6..587b5f1 100644 --- a/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardInfoElement.html +++ b/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardInfoElement.html @@ -140,6 +140,43 @@
    Parameters
    + + + +

    Initialize(String, String, Color)

    +
    +
    +
    Declaration
    +
    +
    public void Initialize(string inString, string inSecondaryString, Color inColor)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.StringinString
    System.StringinSecondaryString
    ColorinColor
    diff --git a/api/CatchIo.Runtime.Network.InRoomPlayerListener.html b/api/CatchIo.Runtime.Network.InRoomPlayerListener.html new file mode 100644 index 0000000..64312e1 --- /dev/null +++ b/api/CatchIo.Runtime.Network.InRoomPlayerListener.html @@ -0,0 +1,171 @@ + + + + + + + + Class InRoomPlayerListener + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + +
    +
    Search Results for
    +
    +

    +
    +
      +
      +
      + + + +
      + + + + + + diff --git a/api/CatchIo.Runtime.Network.html b/api/CatchIo.Runtime.Network.html index d11c36c..eeccc89 100644 --- a/api/CatchIo.Runtime.Network.html +++ b/api/CatchIo.Runtime.Network.html @@ -87,6 +87,9 @@

      Classes

      +

      InRoomPlayerListener

      +

      A class that will handle each player's properties update during a session

      +

      NetworkTimer

      RoomData

      diff --git a/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html b/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html index 626a036..087d217 100644 --- a/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html +++ b/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html @@ -101,6 +101,32 @@

      Fields

      +

      OnInRoomPlayerPropertiesUpdated

      +

      Trigger changes if there's a properties updated based on InRoomListener +Useful to detect changes during in-game session

      +
      +
      +
      Declaration
      +
      +
      public Action<Player, ExitGames.Client.Photon.Hashtable> OnInRoomPlayerPropertiesUpdated
      +
      +
      Field Value
      + + + + + + + + + + + + + +
      TypeDescription
      System.Action<Player, ExitGames.Client.Photon.Hashtable>
      + +

      OnPlayerLeft

      diff --git a/api/toc.html b/api/toc.html index 1989ce7..6e47543 100644 --- a/api/toc.html +++ b/api/toc.html @@ -1215,6 +1215,9 @@
    • GameTimerText
    • +
    • + MiniLeaderboardController +
    • PointText
    • @@ -1497,6 +1500,9 @@ CatchIo.Runtime.Network