コード例 #1
0
        void OnEnable()
        {
            body = target as T23_ReturnObjectPool;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
            if (body.objectPool == null)
            {
                var objectPools = FindObjectsOfType <VRCObjectPool>();
                foreach (var objectPool in objectPools)
                {
                    for (int i = 0; i < objectPool.Pool.Length; i++)
                    {
                        if (objectPool.Pool[i] == body.gameObject)
                        {
                            body.objectPool = objectPool;
                        }
                    }
                }
            }
        }
コード例 #2
0
        void OnEnable()
        {
            body = target as T23_OnExitCollider;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #3
0
        void OnEnable()
        {
            body = target as T23_SetIsKinematic;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #4
0
        void OnEnable()
        {
            body = target as T23_SetGravityStrength;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #5
0
        void OnEnable()
        {
            body = target as T23_CallUdonMethod;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #6
0
ファイル: T23_MidiNoteOn.cs プロジェクト: hoke946/Trigger2to3
        void OnEnable()
        {
            body = target as T23_MidiNoteOn;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #7
0
        void OnEnable()
        {
            body = target as T23_UseLegacyLocomotion;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #8
0
        void OnEnable()
        {
            body = target as T23_SpawnObjectPool;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #9
0
        void OnEnable()
        {
            body = target as T23_SetAnimatorActive;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #10
0
        void OnEnable()
        {
            body = target as T23_OnPickupUseDown;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #11
0
        void OnEnable()
        {
            body = target as T23_ActiveConditionalTrigger;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #12
0
        void OnEnable()
        {
            body = target as T23_OnStationExited;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #13
0
        void OnEnable()
        {
            body = target as T23_OnPlayerRespawn;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #14
0
        void OnEnable()
        {
            body = target as T23_SetJumpImpulse;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #15
0
        void OnEnable()
        {
            body = target as T23_AddAngularVelocity;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #16
0
        void OnEnable()
        {
            body = target as T23_TeleportObject;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #17
0
        void OnEnable()
        {
            body = target as T23_OnOwnershipTransfer;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #18
0
        void OnEnable()
        {
            body = target as T23_AudioPause;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #19
0
        void OnEnable()
        {
            body = target as T23_SetRandomChildActive;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #20
0
        void OnEnable()
        {
            body = target as T23_BroadcastGlobal;

            master = T23_Master.GetMaster(body, body.groupID, 0, true, body.title);
        }
コード例 #21
0
        void OnEnable()
        {
            body = target as T23_SetGameObjectActive;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #22
0
        void OnEnable()
        {
            body = target as T23_CustomTrigger;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #23
0
ファイル: T23_InputGrab.cs プロジェクト: hoke946/Trigger2to3
        void OnEnable()
        {
            body = target as T23_InputGrab;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #24
0
        void OnEnable()
        {
            body = target as T23_MidiControlChange;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #25
0
        void OnEnable()
        {
            body = target as T23_SetPropertyBox;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #26
0
        void OnEnable()
        {
            body = target as T23_UseAttachedStation;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #27
0
        void OnEnable()
        {
            body = target as T23_AnimationTrigger;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #28
0
        void OnEnable()
        {
            body = target as T23_SetPlayerSpeed;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }
コード例 #29
0
        void OnEnable()
        {
            body = target as T23_OnVideoStart;

            master = T23_Master.GetMaster(body, body.groupID, 1, true, body.title);
        }
コード例 #30
0
        void OnEnable()
        {
            body = target as T23_SetUIText;

            master = T23_Master.GetMaster(body, body.groupID, 2, true, body.title);
        }