diff --git a/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html b/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html index 3951725..b96d681 100644 --- a/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html +++ b/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html @@ -159,6 +159,16 @@
Declaration
+ +

OnHide()

+
+
+
Declaration
+
+
protected virtual void OnHide()
+
+ +

Show()

diff --git a/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html b/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html index 112c846..e92d067 100644 --- a/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html +++ b/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html @@ -102,6 +102,9 @@
Inherited Members
BasePopup.InstantHide()
+
+ BasePopup.OnHide() +
Namespace: CatchIo.Runtime.Menu.UI.Popup
Assembly: cs.temp.dll.dll
diff --git a/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html b/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html index 5cf47c5..655ca7f 100644 --- a/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html +++ b/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html @@ -102,6 +102,9 @@
Inherited Members
BasePopup.InstantHide()
+
+ BasePopup.OnHide() +
Namespace: CatchIo.Runtime.Menu.UI.Popup
Assembly: cs.temp.dll.dll
diff --git a/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html b/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html index 7183c7b..81af4c2 100644 --- a/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html +++ b/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html @@ -125,6 +125,18 @@
Overrides
BasePopup.OnDestroy()
+ +

OnHide()

+
+
+
Declaration
+
+
protected override void OnHide()
+
+
Overrides
+
BasePopup.OnHide()
+ +

Show()

diff --git a/api/CatchIo.Runtime.Sound.MainMusic.html b/api/CatchIo.Runtime.Sound.MainMusic.html index a4d1500..8e751fc 100644 --- a/api/CatchIo.Runtime.Sound.MainMusic.html +++ b/api/CatchIo.Runtime.Sound.MainMusic.html @@ -96,6 +96,87 @@
Syntax
public class MainMusic : MonoBehaviour
+

Properties +

+ + + +

CurrentVolume

+
+
+
Declaration
+
+
public float CurrentVolume { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Single
+ + + +

Instance

+
+
+
Declaration
+
+
public static MainMusic Instance { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
MainMusic
+

Methods +

+ + + +

ChangeCurrentTrackVolume(Single)

+
+
+
Declaration
+
+
public void ChangeCurrentTrackVolume(float volume)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
Singlevolume
diff --git a/api/CatchIo.Runtime.Sound.SoundManager.html b/api/CatchIo.Runtime.Sound.SoundManager.html index 04d92b3..c4a99cb 100644 --- a/api/CatchIo.Runtime.Sound.SoundManager.html +++ b/api/CatchIo.Runtime.Sound.SoundManager.html @@ -100,6 +100,31 @@

Properties

+ +

CurrentSfxVolume

+
+
+
Declaration
+
+
public float CurrentSfxVolume { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Single
+ +

Instance

diff --git a/index.json b/index.json index 7e296b7..30305cf 100644 --- a/index.json +++ b/index.json @@ -867,12 +867,12 @@ "api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html": { "href": "api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html", "title": "Class BasePopup | Catch.io Developer Reference", - "keywords": "Class BasePopup Inheritance Object BasePopup CreateSessionPopup JoinRoomPopup SettingsPopup Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class BasePopup : MonoBehaviour Fields _popup Declaration protected UIPopup _popup Field Value Type Description UIPopup Methods Clear() Declaration protected virtual void Clear() InstantHide() Declaration protected void InstantHide() OnDestroy() Declaration protected virtual void OnDestroy() Show() Declaration protected virtual void Show() Start() Declaration protected virtual void Start()" + "keywords": "Class BasePopup Inheritance Object BasePopup CreateSessionPopup JoinRoomPopup SettingsPopup Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class BasePopup : MonoBehaviour Fields _popup Declaration protected UIPopup _popup Field Value Type Description UIPopup Methods Clear() Declaration protected virtual void Clear() InstantHide() Declaration protected void InstantHide() OnDestroy() Declaration protected virtual void OnDestroy() OnHide() Declaration protected virtual void OnHide() Show() Declaration protected virtual void Show() Start() Declaration protected virtual void Start()" }, "api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html": { "href": "api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html", "title": "Class CreateSessionPopup | Catch.io Developer Reference", - "keywords": "Class CreateSessionPopup Inheritance Object BasePopup CreateSessionPopup Inherited Members BasePopup._popup BasePopup.Show() BasePopup.InstantHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class CreateSessionPopup : BasePopup Methods Clear() Declaration protected override void Clear() Overrides BasePopup.Clear() OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() Start() Declaration protected override void Start() Overrides BasePopup.Start()" + "keywords": "Class CreateSessionPopup Inheritance Object BasePopup CreateSessionPopup Inherited Members BasePopup._popup BasePopup.Show() BasePopup.InstantHide() BasePopup.OnHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class CreateSessionPopup : BasePopup Methods Clear() Declaration protected override void Clear() Overrides BasePopup.Clear() OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() Start() Declaration protected override void Start() Overrides BasePopup.Start()" }, "api/CatchIo.Runtime.Menu.UI.Popup.html": { "href": "api/CatchIo.Runtime.Menu.UI.Popup.html", @@ -882,12 +882,12 @@ "api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html": { "href": "api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html", "title": "Class JoinRoomPopup | Catch.io Developer Reference", - "keywords": "Class JoinRoomPopup Inheritance Object BasePopup JoinRoomPopup Inherited Members BasePopup._popup BasePopup.Show() BasePopup.InstantHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class JoinRoomPopup : BasePopup Methods Clear() Declaration protected override void Clear() Overrides BasePopup.Clear() OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() Start() Declaration protected override void Start() Overrides BasePopup.Start()" + "keywords": "Class JoinRoomPopup Inheritance Object BasePopup JoinRoomPopup Inherited Members BasePopup._popup BasePopup.Show() BasePopup.InstantHide() BasePopup.OnHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class JoinRoomPopup : BasePopup Methods Clear() Declaration protected override void Clear() Overrides BasePopup.Clear() OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() Start() Declaration protected override void Start() Overrides BasePopup.Start()" }, "api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html": { "href": "api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html", "title": "Class SettingsPopup | Catch.io Developer Reference", - "keywords": "Class SettingsPopup Inheritance Object BasePopup SettingsPopup Inherited Members BasePopup._popup BasePopup.Clear() BasePopup.InstantHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class SettingsPopup : BasePopup Methods OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() Show() Declaration protected override void Show() Overrides BasePopup.Show() Start() Declaration protected override void Start() Overrides BasePopup.Start()" + "keywords": "Class SettingsPopup Inheritance Object BasePopup SettingsPopup Inherited Members BasePopup._popup BasePopup.Clear() BasePopup.InstantHide() Namespace : CatchIo.Runtime.Menu.UI.Popup Assembly : cs.temp.dll.dll Syntax public class SettingsPopup : BasePopup Methods OnDestroy() Declaration protected override void OnDestroy() Overrides BasePopup.OnDestroy() OnHide() Declaration protected override void OnHide() Overrides BasePopup.OnHide() Show() Declaration protected override void Show() Overrides BasePopup.Show() Start() Declaration protected override void Start() Overrides BasePopup.Start()" }, "api/CatchIo.Runtime.Menu.UI.Selector.CharacterClassSelector.html": { "href": "api/CatchIo.Runtime.Menu.UI.Selector.CharacterClassSelector.html", @@ -1327,7 +1327,7 @@ "api/CatchIo.Runtime.Sound.MainMusic.html": { "href": "api/CatchIo.Runtime.Sound.MainMusic.html", "title": "Class MainMusic | Catch.io Developer Reference", - "keywords": "Class MainMusic Inheritance Object MainMusic Namespace : CatchIo.Runtime.Sound Assembly : cs.temp.dll.dll Syntax public class MainMusic : MonoBehaviour" + "keywords": "Class MainMusic Inheritance Object MainMusic Namespace : CatchIo.Runtime.Sound Assembly : cs.temp.dll.dll Syntax public class MainMusic : MonoBehaviour Properties CurrentVolume Declaration public float CurrentVolume { get; } Property Value Type Description Single Instance Declaration public static MainMusic Instance { get; } Property Value Type Description MainMusic Methods ChangeCurrentTrackVolume(Single) Declaration public void ChangeCurrentTrackVolume(float volume) Parameters Type Name Description Single volume" }, "api/CatchIo.Runtime.Sound.MainTrackType.html": { "href": "api/CatchIo.Runtime.Sound.MainTrackType.html", @@ -1347,7 +1347,7 @@ "api/CatchIo.Runtime.Sound.SoundManager.html": { "href": "api/CatchIo.Runtime.Sound.SoundManager.html", "title": "Class SoundManager | Catch.io Developer Reference", - "keywords": "Class SoundManager Inheritance Object SoundManager Namespace : CatchIo.Runtime.Sound Assembly : cs.temp.dll.dll Syntax public class SoundManager : MonoBehaviourPun Properties Instance Declaration public static SoundManager Instance { get; protected set; } Property Value Type Description SoundManager Methods IsPlayingStaminaSfx(String) Declaration public bool IsPlayingStaminaSfx(string staminaState) Parameters Type Name Description String staminaState Returns Type Description Boolean PlayCharacterActionSfx(Vector3, String, Boolean) Declaration public void PlayCharacterActionSfx(Vector3 generatePos, string actionType, bool usingRPC = true) Parameters Type Name Description Vector3 generatePos String actionType Boolean usingRPC PlayCharacterSpawnSfx(Vector3, String, Single) Declaration public void PlayCharacterSpawnSfx(Vector3 generatePos, string characterClass, float volume) Parameters Type Name Description Vector3 generatePos String characterClass Single volume PlayFootstepSfx(Vector3, String, CharacterMoveType) Declaration public void PlayFootstepSfx(Vector3 generatePos, string terrainName, CharacterMoveType moveState) Parameters Type Name Description Vector3 generatePos String terrainName CharacterMoveType moveState PlayItemSfx(Vector3, String, Single) Declaration public void PlayItemSfx(Vector3 generatePos, string itemType, float volume) Parameters Type Name Description Vector3 generatePos String itemType Single volume PlayItemTerrainSfx(Vector3, String, Single) Declaration public void PlayItemTerrainSfx(Vector3 generatePos, string itemType, float volume) Parameters Type Name Description Vector3 generatePos String itemType Single volume PlayNewVolumeSample(Single) Declaration public void PlayNewVolumeSample(float newVolume) Parameters Type Name Description Single newVolume PlayStaminaSfx(String, Single) Declaration public void PlayStaminaSfx(string staminaState, float volume) Parameters Type Name Description String staminaState Single volume PlayTerrainSfx(Vector3, String) Declaration public void PlayTerrainSfx(Vector3 generatePos, string terrainName) Parameters Type Name Description Vector3 generatePos String terrainName RPC_PlayCharacterActionSfx(Vector3, String, Single) Declaration public void RPC_PlayCharacterActionSfx(Vector3 generatePos, string actionType, float volume) Parameters Type Name Description Vector3 generatePos String actionType Single volume RPC_PlayFootstepSfx(Vector3, String, Single) Declaration public void RPC_PlayFootstepSfx(Vector3 generatePos, string terrainName, float volume) Parameters Type Name Description Vector3 generatePos String terrainName Single volume RPC_PlayItemSfx(Vector3, String, Single) Declaration public void RPC_PlayItemSfx(Vector3 generatePos, string itemSfxName, float volume) Parameters Type Name Description Vector3 generatePos String itemSfxName Single volume RPC_PlayItemTerrainSfx(Vector3, String, Single) Declaration public void RPC_PlayItemTerrainSfx(Vector3 generatePos, string itemTerrainName, float volume) Parameters Type Name Description Vector3 generatePos String itemTerrainName Single volume RPC_PlayTerrainSfx(Vector3, String) Declaration public void RPC_PlayTerrainSfx(Vector3 generatePos, string terrainName) Parameters Type Name Description Vector3 generatePos String terrainName SetAttenuationObject(GameObject) Declaration public void SetAttenuationObject(GameObject attenuationObject) Parameters Type Name Description GameObject attenuationObject StopStaminaSfx() Declaration public void StopStaminaSfx()" + "keywords": "Class SoundManager Inheritance Object SoundManager Namespace : CatchIo.Runtime.Sound Assembly : cs.temp.dll.dll Syntax public class SoundManager : MonoBehaviourPun Properties CurrentSfxVolume Declaration public float CurrentSfxVolume { get; } Property Value Type Description Single Instance Declaration public static SoundManager Instance { get; protected set; } Property Value Type Description SoundManager Methods IsPlayingStaminaSfx(String) Declaration public bool IsPlayingStaminaSfx(string staminaState) Parameters Type Name Description String staminaState Returns Type Description Boolean PlayCharacterActionSfx(Vector3, String, Boolean) Declaration public void PlayCharacterActionSfx(Vector3 generatePos, string actionType, bool usingRPC = true) Parameters Type Name Description Vector3 generatePos String actionType Boolean usingRPC PlayCharacterSpawnSfx(Vector3, String, Single) Declaration public void PlayCharacterSpawnSfx(Vector3 generatePos, string characterClass, float volume) Parameters Type Name Description Vector3 generatePos String characterClass Single volume PlayFootstepSfx(Vector3, String, CharacterMoveType) Declaration public void PlayFootstepSfx(Vector3 generatePos, string terrainName, CharacterMoveType moveState) Parameters Type Name Description Vector3 generatePos String terrainName CharacterMoveType moveState PlayItemSfx(Vector3, String, Single) Declaration public void PlayItemSfx(Vector3 generatePos, string itemType, float volume) Parameters Type Name Description Vector3 generatePos String itemType Single volume PlayItemTerrainSfx(Vector3, String, Single) Declaration public void PlayItemTerrainSfx(Vector3 generatePos, string itemType, float volume) Parameters Type Name Description Vector3 generatePos String itemType Single volume PlayNewVolumeSample(Single) Declaration public void PlayNewVolumeSample(float newVolume) Parameters Type Name Description Single newVolume PlayStaminaSfx(String, Single) Declaration public void PlayStaminaSfx(string staminaState, float volume) Parameters Type Name Description String staminaState Single volume PlayTerrainSfx(Vector3, String) Declaration public void PlayTerrainSfx(Vector3 generatePos, string terrainName) Parameters Type Name Description Vector3 generatePos String terrainName RPC_PlayCharacterActionSfx(Vector3, String, Single) Declaration public void RPC_PlayCharacterActionSfx(Vector3 generatePos, string actionType, float volume) Parameters Type Name Description Vector3 generatePos String actionType Single volume RPC_PlayFootstepSfx(Vector3, String, Single) Declaration public void RPC_PlayFootstepSfx(Vector3 generatePos, string terrainName, float volume) Parameters Type Name Description Vector3 generatePos String terrainName Single volume RPC_PlayItemSfx(Vector3, String, Single) Declaration public void RPC_PlayItemSfx(Vector3 generatePos, string itemSfxName, float volume) Parameters Type Name Description Vector3 generatePos String itemSfxName Single volume RPC_PlayItemTerrainSfx(Vector3, String, Single) Declaration public void RPC_PlayItemTerrainSfx(Vector3 generatePos, string itemTerrainName, float volume) Parameters Type Name Description Vector3 generatePos String itemTerrainName Single volume RPC_PlayTerrainSfx(Vector3, String) Declaration public void RPC_PlayTerrainSfx(Vector3 generatePos, string terrainName) Parameters Type Name Description Vector3 generatePos String terrainName SetAttenuationObject(GameObject) Declaration public void SetAttenuationObject(GameObject attenuationObject) Parameters Type Name Description GameObject attenuationObject StopStaminaSfx() Declaration public void StopStaminaSfx()" }, "api/CatchIo.Runtime.Sound.SpawnSfx.html": { "href": "api/CatchIo.Runtime.Sound.SpawnSfx.html", diff --git a/manifest.json b/manifest.json index 02dea3b..f575be2 100644 --- a/manifest.json +++ b/manifest.json @@ -2092,7 +2092,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html", - "hash": "UAfpaNx78e+KCAynEO2Ivp3T5P591UmRGQ0pfliAdS8=" + "hash": "jjAl+kgqa43ijc0T92ha9D6dL1VZPOc09KkmCENNDfo=" } }, "is_incremental": false, @@ -2104,7 +2104,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html", - "hash": "V9wv13V3R+aDOeTmrjpX+dsi5+xP4asxwNDr/kw4e/s=" + "hash": "2LEY5mISsl9SXIpbiuwHYOHGdj4/WUNOyunjxguRe04=" } }, "is_incremental": false, @@ -2116,7 +2116,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html", - "hash": "UWtjvvM2XPr3RZdCvoAB2H+Eg3i363ifvQxZQN0NnN8=" + "hash": "NHJjfKyLSh0EBO0PoxvS3SQLRU5cc6NVj25iBbMikkg=" } }, "is_incremental": false, @@ -2128,7 +2128,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html", - "hash": "igFiW5UDasAUHS3nrZYGrtR4VvKDFYk/8umnnVlZBi0=" + "hash": "LzxuAPxcUoA8skwlMWCvNSwhm/sBkPA9i6n+21dOhYk=" } }, "is_incremental": false, @@ -3196,7 +3196,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Sound.MainMusic.html", - "hash": "CO+3Zg3SaykOd/2DJpoLM+JOWALDRNIY/PDh/T7WPAs=" + "hash": "5ov26VXse+guh0pmbxM4kOdQtyXn40L6uKsxaSQuFAk=" } }, "is_incremental": false, @@ -3244,7 +3244,7 @@ "output": { ".html": { "relative_path": "api/CatchIo.Runtime.Sound.SoundManager.html", - "hash": "HCRbqYNehliNyt3zJd3D1ZCXVpsViv7Rv0IXY/S4H7g=" + "hash": "0aB0llao6/UYBcHWuAGwnlvZVrADRA49Cyer9zw81kg=" } }, "is_incremental": false, diff --git a/sitemap.xml b/sitemap.xml index 14aeeef..84bfb97 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,1957 +2,1957 @@ https://devdocs.witchone.io/api/CatchIo.Editor.ScriptTemplates.CreateNewScriptClassFromCustomTemplate.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.ScriptTemplates.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.TmxPrefabReplacer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.UnityPathUtil.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Utility.Attributes.MonoScriptPropertyDrawer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Utility.Attributes.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.AnimationData.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.AnimInfo.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.AnimInfoComparer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.DirType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateCharacterActionAnimationClips.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateCharacterAnimationUtils.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateCharacterAnimatorController.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateCharacterFootprint.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateCharacterMoveAnimationClips.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.GenerateFootprintAnimController.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.SliceVector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterAnimationWindow.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterStateMachineWindow.CharacterStateClassFormat.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterStateMachineWindow.CharacterStateFactoryFormat.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterStateMachineWindow.CharacterStateMachineWindow.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterStateMachineWindow.CharacterStateTypeFormat.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.Windows.CharacterStateMachineWindow.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Editor.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Game.Characters.Enums.CharacterColorType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Game.Characters.Enums.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Boot.BootStrapper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Boot.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCamera.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraMovement.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraZoom.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.OverlayCamera.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterFacade.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterHitbox.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterInput.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterRotator.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterSfxEmitter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CharacterDetector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CharacterItemCollector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CursedOneDetector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.HidingSpotDetector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.SurfaceDetector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.CharacterStateMachine.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterActionState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterAttackState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterConsumeState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterDamageState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterDeathState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterDiscardState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterThrowState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.CharacterBaseState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.CharacterStateFactory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterMoveState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterRunState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSneakState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSneakStaticState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSpectateState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterStaticState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterWalkState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterAimTrajectory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterAnimator.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterHidingEffectPlayer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterMaskRenderer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterRenderer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.Inventory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.InventoryController.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.ItemSlot.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Lighting.CharacterLighting.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Lighting.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.NetworkCharacter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.SurfaceEffect.SurfaceEffectPlayer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.SurfaceEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Character.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.CharacterClassContainer.CharacterClassInfo.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.CharacterClassContainer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.GameModeContainer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.NetworkConnectionContainer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.SceneContainer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.SceneModeContainer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Container.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.DestroyDynamicObject.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.Footprint.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.SoundWaveEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.TrapObject.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterActionType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterClassType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterDirectionState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterMoveType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.DamageSfxType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.GameLanguage.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.GameModeType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.RoomState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.SceneSwitchingState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.ScreenResolutionSettings.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.SendEventType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.CharacterSpawner.SpawnPoint.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.CharacterSpawner.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.DamagableObject.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.HidingSpot.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.ItemSpawner.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.ItemSpawnerController.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.ReadableTileSurface.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.TileSurface.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ICharacterHitable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IDamagable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IDamage.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IDetectable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IEffectPlayable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ISceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ISurfaceObservable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IThrowable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.ConsumableItem.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Item.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.ItemRebounder.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.StaminaPotion.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Stone.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.TeleportRune.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.ThrowableItem.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.TrapRune.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Items.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Managers.GameManager.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Managers.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.CharacterNickNameText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HealthHUDMeter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDMeter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.StaminaHUDMeter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.ExitSessionPopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.GameTimerText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.PointText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.CursedOneWinnerText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.DeathMatchWinnerText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.GameOverPopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.WinnerText.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventoryArrow.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventoryHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventorySlotHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.ButtonClickBroadcaster.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.GameStartButton.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.QuitButton.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.ReadyButton.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Checkbox.CheckboxBroadcaster.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Checkbox.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.DisableByPlatform.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.BaseDropdown.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.GameModeDropdown.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.MapDropdown.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.RegionDropdown.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.PlayerInfoElement.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.RoomInfoElement.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.InputField.InputFieldTextBroadcaster.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.InputField.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Selector.CharacterClassSelector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Selector.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Slider.InputSliderBroadcaster.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Slider.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.TextDisplayer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.TextDisplayerForSeconds.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.PlayerListUpdater.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.RoomListUpdater.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.RoomTitleUpdater.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.View.RespawnView.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.View.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.PlayerProperties.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.RoomProperties.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.NetworkTimer.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.RoomData.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Network.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterBuff.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterHealthBuff.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterStaminaBuff.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.CharacterStatus.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.CursedOneEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DamageEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DisappearEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DissolveEffect.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.EffectBase.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.BaseEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.BoolEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightEnabledEventParam.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightEventParam.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightResizingEventParam.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterResetLightEvent.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.FloatEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.GameModeWinnerEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.HidingSpotEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.IntEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.PlayerEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.RoomDataEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.StringEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.VoidEventChannel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.GameModeWinner.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.Point.DeathMatchPoint.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.Point.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Input.InputReader.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Input.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.BaseNetworkConnection.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.LobbyConnection.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.RoomConnection.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.Region.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.RegionData.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.OpenRoomList.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.BaseSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.GameSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.LobbySceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.LoginSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.MainMenuSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.MenuSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.RoomSceneMode.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.ConsoleService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.LoadingScreenService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.NetworkService.NetworkState.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.NetworkService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.SceneSwitchingService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Services.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.PlayerSettingsManager.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.PlayerSettingsModel.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.CharacterActionSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.CursedOneSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.FootstepSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.ItemSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.ItemTerrainSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.MainMusic.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.MainTrackType.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.Music.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.Sfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.SoundManager.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.SpawnSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.StaminaSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.TerrainSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.UiSfx.SfxParameter.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.UiSfx.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.Trajectory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.TrajectoryData.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.AnimationParser.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.AutoRegisteredService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.MonoScriptAttribute.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ColorHelper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.ArrayExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.AssemblyExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.IEnumerableExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.PlayerExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.RandomExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.RoomExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.TypeExtensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.Vector2Extensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.Vector3Extensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.MathHelper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Optional-1.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.PolygonHelper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.PropertyHelper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Scene.SceneObject.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Scene.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.IRegistrable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.MonoRegistrable.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ReflectionService.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ServiceLocator.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ServiceLocatorException.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.Singleton-1.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.SingletonMonoBehaviour-1.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.StateAnimation.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.StringHelper.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Values.FixedDamage.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Values.PercentageDamage.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/api/CatchIo.Runtime.Values.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 daily 0.5 https://devdocs.witchone.io/index.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/artist-guidelines.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/character-state-machine.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/character-uml.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/coding-style.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/development-environment.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/game-mode-design.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/github-guide.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/in-game-tilemap.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/level-design-guide.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/map-surfaces-in-tiled.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 https://devdocs.witchone.io/manual/project-structure.html - 2024-03-10T12:13:04+00:00 + 2024-03-11T05:02:14+00:00 weekly 0.5 diff --git a/xrefmap.yml b/xrefmap.yml index e602c5c..c5d2161 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -8076,6 +8076,19 @@ references: isSpec: "True" fullName: CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnDestroy nameWithType: BasePopup.OnDestroy +- uid: CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide + name: OnHide() + href: api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide + commentId: M:CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide + fullName: CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide() + nameWithType: BasePopup.OnHide() +- uid: CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide* + name: OnHide + href: api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide_ + commentId: Overload:CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide + isSpec: "True" + fullName: CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide + nameWithType: BasePopup.OnHide - uid: CatchIo.Runtime.Menu.UI.Popup.BasePopup.Show name: Show() href: api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_Show @@ -8211,6 +8224,19 @@ references: isSpec: "True" fullName: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnDestroy nameWithType: SettingsPopup.OnDestroy +- uid: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide + name: OnHide() + href: api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html#CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_OnHide + commentId: M:CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide + fullName: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide() + nameWithType: SettingsPopup.OnHide() +- uid: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide* + name: OnHide + href: api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html#CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_OnHide_ + commentId: Overload:CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide + isSpec: "True" + fullName: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide + nameWithType: SettingsPopup.OnHide - uid: CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.Show name: Show() href: api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html#CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_Show @@ -12649,6 +12675,45 @@ references: commentId: T:CatchIo.Runtime.Sound.MainMusic fullName: CatchIo.Runtime.Sound.MainMusic nameWithType: MainMusic +- uid: CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume(System.Single) + name: ChangeCurrentTrackVolume(Single) + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_ChangeCurrentTrackVolume_System_Single_ + commentId: M:CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume(System.Single) + fullName: CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume(System.Single) + nameWithType: MainMusic.ChangeCurrentTrackVolume(Single) +- uid: CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume* + name: ChangeCurrentTrackVolume + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_ChangeCurrentTrackVolume_ + commentId: Overload:CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume + isSpec: "True" + fullName: CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume + nameWithType: MainMusic.ChangeCurrentTrackVolume +- uid: CatchIo.Runtime.Sound.MainMusic.CurrentVolume + name: CurrentVolume + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_CurrentVolume + commentId: P:CatchIo.Runtime.Sound.MainMusic.CurrentVolume + fullName: CatchIo.Runtime.Sound.MainMusic.CurrentVolume + nameWithType: MainMusic.CurrentVolume +- uid: CatchIo.Runtime.Sound.MainMusic.CurrentVolume* + name: CurrentVolume + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_CurrentVolume_ + commentId: Overload:CatchIo.Runtime.Sound.MainMusic.CurrentVolume + isSpec: "True" + fullName: CatchIo.Runtime.Sound.MainMusic.CurrentVolume + nameWithType: MainMusic.CurrentVolume +- uid: CatchIo.Runtime.Sound.MainMusic.Instance + name: Instance + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_Instance + commentId: P:CatchIo.Runtime.Sound.MainMusic.Instance + fullName: CatchIo.Runtime.Sound.MainMusic.Instance + nameWithType: MainMusic.Instance +- uid: CatchIo.Runtime.Sound.MainMusic.Instance* + name: Instance + href: api/CatchIo.Runtime.Sound.MainMusic.html#CatchIo_Runtime_Sound_MainMusic_Instance_ + commentId: Overload:CatchIo.Runtime.Sound.MainMusic.Instance + isSpec: "True" + fullName: CatchIo.Runtime.Sound.MainMusic.Instance + nameWithType: MainMusic.Instance - uid: CatchIo.Runtime.Sound.MainTrackType name: MainTrackType href: api/CatchIo.Runtime.Sound.MainTrackType.html @@ -12838,6 +12903,19 @@ references: commentId: T:CatchIo.Runtime.Sound.SoundManager fullName: CatchIo.Runtime.Sound.SoundManager nameWithType: SoundManager +- uid: CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume + name: CurrentSfxVolume + href: api/CatchIo.Runtime.Sound.SoundManager.html#CatchIo_Runtime_Sound_SoundManager_CurrentSfxVolume + commentId: P:CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume + fullName: CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume + nameWithType: SoundManager.CurrentSfxVolume +- uid: CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume* + name: CurrentSfxVolume + href: api/CatchIo.Runtime.Sound.SoundManager.html#CatchIo_Runtime_Sound_SoundManager_CurrentSfxVolume_ + commentId: Overload:CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume + isSpec: "True" + fullName: CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume + nameWithType: SoundManager.CurrentSfxVolume - uid: CatchIo.Runtime.Sound.SoundManager.Instance name: Instance href: api/CatchIo.Runtime.Sound.SoundManager.html#CatchIo_Runtime_Sound_SoundManager_Instance