Skip to content

Instantly share code, notes, and snippets.

View Isshi-777's full-sized avatar

Isshi-777 Isshi-777

View GitHub Profile
using UnityEngine;
namespace Isshi777
{
/// <summary>
/// バッテリーの関連クラス
/// </summary>
public static class BatteryUtility
{
/// <summary>
using System;
using System.Diagnostics;
using UnityEngine;
/// <summary>
/// ビットフラグの速度チェックテストコード(Unity2020.3.11f)
/// </summary>
public class EnumFlagCheck : MonoBehaviour
{
[Flags]