13 lines
236 B
C#
13 lines
236 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
/// <summary>
|
|
/// 武魂模型展示上的点
|
|
/// </summary>
|
|
|
|
public class RenderLinePoint : MonoBehaviour
|
|
{
|
|
|
|
public string pointName = "KungPoint";
|
|
public int pointIndex = 0;
|
|
} |