Skip to content
Snippets Groups Projects
ToolMode.cs 201 B
Newer Older
  • Learn to ignore specific revisions
  • using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    
    public enum ToolMode
    {
        MarkPointMode,
        CreateLineMode,
        CreateAngleMode,
    
    Richard Marcus's avatar
    Richard Marcus committed
        ExtraMode