From 2d78db67ddcd36c49a7749754b1c31aa2d2d788c Mon Sep 17 00:00:00 2001 From: TeamSTEP Date: Tue, 12 Mar 2024 01:32:08 +0000 Subject: [PATCH] Update from https://github.com/TeamSTEP/Catch.io/commit/d7193a4ab9220ea12ffceb71a75b9f497f835ce2 --- api/CatchIo.Runtime.Camera.GameCamera.html | 67 ++ ....Runtime.Character.CharacterCollision.html | 233 ++++++ ...haracter.Detector.LightSourceDetector.html | 135 ++++ api/CatchIo.Runtime.Character.Detector.html | 2 + api/CatchIo.Runtime.Character.html | 2 + ...GameOverlay.CharacterHUD.HUDIndicator.html | 282 ++++++++ ...eOverlay.CharacterHUD.HidingIndicator.html | 68 +- ...verlay.CharacterHUD.LightingIndicator.html | 192 +++++ ...Runtime.Menu.GameOverlay.CharacterHUD.html | 4 + api/toc.html | 12 + index.json | 30 +- manifest.json | 62 +- sitemap.xml | 676 +++++++++--------- xrefmap.yml | 275 ++++++- 14 files changed, 1651 insertions(+), 389 deletions(-) create mode 100644 api/CatchIo.Runtime.Character.CharacterCollision.html create mode 100644 api/CatchIo.Runtime.Character.Detector.LightSourceDetector.html create mode 100644 api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDIndicator.html create mode 100644 api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.LightingIndicator.html diff --git a/api/CatchIo.Runtime.Camera.GameCamera.html b/api/CatchIo.Runtime.Camera.GameCamera.html index 9d51817..bc9fbdd 100644 --- a/api/CatchIo.Runtime.Camera.GameCamera.html +++ b/api/CatchIo.Runtime.Camera.GameCamera.html @@ -103,6 +103,31 @@

Properties

+ +

_overlayCamera

+
+
+
Declaration
+
+
public List<OverlayCamera> _overlayCamera { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
List<OverlayCamera>
+ +

Camera

@@ -179,6 +204,48 @@
Declaration
+ +

GetOverlayCamera(Int32)

+
+
+
Declaration
+
+
public OverlayCamera GetOverlayCamera(int index)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
Int32index
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
OverlayCamera
+ +

RemoveCursedOneCullingMask()

Remove CursedOne layer to the camera culling mask.

diff --git a/api/CatchIo.Runtime.Character.CharacterCollision.html b/api/CatchIo.Runtime.Character.CharacterCollision.html new file mode 100644 index 0000000..45c5db1 --- /dev/null +++ b/api/CatchIo.Runtime.Character.CharacterCollision.html @@ -0,0 +1,233 @@ + + + + + + + + Class CharacterCollision + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
+
+ + + + +
+
+ +
+
Search Results for
+
+

+
+
    +
    +
    + + +
    +
    + +
    +
    + + + + + + diff --git a/api/CatchIo.Runtime.Character.Detector.LightSourceDetector.html b/api/CatchIo.Runtime.Character.Detector.LightSourceDetector.html new file mode 100644 index 0000000..2c22573 --- /dev/null +++ b/api/CatchIo.Runtime.Character.Detector.LightSourceDetector.html @@ -0,0 +1,135 @@ + + + + + + + + Class LightSourceDetector + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + +
    +
    Search Results for
    +
    +

    +
    +
      +
      +
      + + +
      +
      + +
      +
      + + + + + + diff --git a/api/CatchIo.Runtime.Character.Detector.html b/api/CatchIo.Runtime.Character.Detector.html index ce1a38e..5f5fff9 100644 --- a/api/CatchIo.Runtime.Character.Detector.html +++ b/api/CatchIo.Runtime.Character.Detector.html @@ -95,6 +95,8 @@

      HidingSpotDetector

      +

      LightSourceDetector

      +

      SurfaceDetector

      diff --git a/api/CatchIo.Runtime.Character.html b/api/CatchIo.Runtime.Character.html index 9392fd2..1cc3ac0 100644 --- a/api/CatchIo.Runtime.Character.html +++ b/api/CatchIo.Runtime.Character.html @@ -87,6 +87,8 @@

      Classes

      +

      CharacterCollision

      +

      CharacterFacade

      CharacterHitbox

      diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDIndicator.html b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDIndicator.html new file mode 100644 index 0000000..14c2c08 --- /dev/null +++ b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDIndicator.html @@ -0,0 +1,282 @@ + + + + + + + + Class HUDIndicator + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
      +
      + + + + +
      +
      + +
      +
      Search Results for
      +
      +

      +
      +
        +
        +
        + + +
        +
        + +
        +
        + + + + + + diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html index 7e8e197..33fc9b8 100644 --- a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html +++ b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html @@ -88,26 +88,59 @@

        Inheritance
        Object
        -
        HidingIndicator
        +
        HUDIndicator
        +
        HidingIndicator
        + +
        +
        Inherited Members
        +
        + HUDIndicator.RectTransform +
        +
        + HUDIndicator.Image +
        +
        + HUDIndicator.IsEnable +
        +
        + HUDIndicator._characterFacade +
        +
        + HUDIndicator.Disable() +
        Namespace: CatchIo.Runtime.Menu.GameOverlay.CharacterHUD
        Assembly: cs.temp.dll.dll
        Syntax
        -
        public class HidingIndicator : MonoBehaviour
        +
        public class HidingIndicator : HUDIndicator

        Methods

        - -

        DisableImage()

        + +

        Awake()

        +
        +
        +
        Declaration
        +
        +
        protected override void Awake()
        +
        +
        Overrides
        +
        HUDIndicator.Awake()
        + + + +

        Enable()

        Declaration
        -
        public void DisableImage()
        +
        protected override void Enable()
        +
        Overrides
        +
        HUDIndicator.Enable()
        @@ -130,31 +163,16 @@
        Declaration
        - -

        TranslatePosition(Vector3)

        + +

        Start()

        Declaration
        -
        public void TranslatePosition(Vector3 characterScreenPos)
        +
        protected override void Start()
        -
        Parameters
        - - - - - - - - - - - - - - - -
        TypeNameDescription
        Vector3characterScreenPos
        +
        Overrides
        +
        HUDIndicator.Start()
        diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.LightingIndicator.html b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.LightingIndicator.html new file mode 100644 index 0000000..fa1d013 --- /dev/null +++ b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.LightingIndicator.html @@ -0,0 +1,192 @@ + + + + + + + + Class LightingIndicator + | Catch.io Developer Reference + + + + + + + + + + + + + + + +
        +
        + + + + +
        +
        + +
        +
        Search Results for
        +
        +

        +
        +
          +
          +
          + + +
          +
          + +
          +
          + + + + + + diff --git a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html index f933b29..d78ff8e 100644 --- a/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html +++ b/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html @@ -93,8 +93,12 @@

          HidingIndicator

          +

          HUDIndicator

          +

          HUDMeter

          +

          LightingIndicator

          +

          StaminaHUDMeter

          diff --git a/api/toc.html b/api/toc.html index 3e91a74..1f4673e 100644 --- a/api/toc.html +++ b/api/toc.html @@ -148,6 +148,9 @@ CatchIo.Runtime.Character