JJBB/Assets/Project/Script/RenderLinePoint.cs

13 lines
236 B
C#
Raw Normal View History

2024-08-23 15:49:34 +08:00
using UnityEngine;
using System.Collections;
/// <summary>
/// 武魂模型展示上的点
/// </summary>
public class RenderLinePoint : MonoBehaviour
{
public string pointName = "KungPoint";
public int pointIndex = 0;
}