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