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

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

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

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

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

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

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