-
return false; } #endif if (KickStarter.playerMenus.EventSystem.IsPointerOverGameObject ()) { return true; } }
-
using UnityEngine;using UnityEngine.Video;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionVideoScrub : Action { public VideoPlayer videoP
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionDocWait : Action { public ActionDocWait () { this.isD
-
y, color.linear); #endif } } } crossfadeTexture.Apply (); ResetMoving ();
-
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifusing Opsive.UltimateCharacterController.Inventory;namespace AC{ [System.Serializable] public class ActionPickUp : Action { [S
-
namespace AC{ [System.Serializable] public class ActionThrowObjectAtPlayer : Action { // Declare variables here public GameObject objectToThrow; public GameObject spawnPo
-
using UnityEngine;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionParamPopUp : ActionCheckMultiple { pub
-
using UnityEngine;using System.Collections;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionMenuButtonSimulate : Ac
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionSetLipSyncMode : Action { public LipSyncOutput lipSyncOutput; pu
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionSetLipSyncMode : Action { public LipSyncOutput lipSyncOutput; pu
-
using UnityEngine;using System.Collections;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionChangeMenuButtonIcon : Action { // Declare var
-
using UnityEngine;using System.Collections;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ public class ActionSpeechMenu : ActionSpeech { private st
-
using UnityEngine;using System.Collections;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ public class ActionSpeechCount : ActionSpeech { public Ac
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;using System.Collections.Generic;#endif
-
using UnityEngine;using System.Collections;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionAutoInputMethod : Action { // Declare variable
-
using UnityEngine; using System.Collections; #if UNITY_EDITOR using UnityEditor; #endif namespace AC { [System.Serializable] public class ActionMouseInputMethod : Actio
-
-
[System.Serializable]public class QuestCheck : ActionCheck{ // Declare variables here Quest quest; public enum checkType{stage, complete, condtion , specialCheck} public checkType checkQue
-