14 lines
273 B
C#
14 lines
273 B
C#
|
|
using ARLocation;
|
||
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class RenderOption : MonoBehaviour
|
||
|
|
{
|
||
|
|
|
||
|
|
|
||
|
|
public MoveAlongPath.PathSettingsData pathSettings;
|
||
|
|
public MoveAlongPath.PlacementSettingsData placementSettings;
|
||
|
|
|
||
|
|
}
|