浏览代码

Coding convention change. Make public field private.

/1.5-preview
John Sietsma 6 年前
当前提交
f3ec288e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Assets/Scripts/ARFeatheredPlaneMeshVisualizer.cs

3
Assets/Scripts/ARFeatheredPlaneMeshVisualizer.cs


public class ARFeatheredPlaneMeshVisualizer : MonoBehaviour
{
[Tooltip("The width of the texture feathering (in world units).")]
public float m_FeatheringWidth = 0.2f;
[SerializeField]
float m_FeatheringWidth = 0.2f;
ARPlaneMeshVisualizer m_PlaneMeshVisualizer;
ARPlane m_ARPlane;

正在加载...
取消
保存