Skip to content
Snippets Groups Projects
Select Git revision
  • 0c30c52e9223f32c4bd1ed6c68a01f51de70a7c1
  • main default
  • master
  • tempAndrToMaster
4 results

ToolMode.cs

Blame
  • user avatar
    Richard Marcus authored
    a725d7ba
    History
    ToolMode.cs 198 B
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    
    public enum ToolMode
    {
        MarkPointMode,
        CreateLineMode,
        CreateAngleMode,
        DeleteMode,
        ExtraMode
    }