From d21321d1e0d594ab247679cbfde86737aa24979c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 9 Nov 2020 20:50:17 +0800 Subject: *misc --- Assets/Scripts/Avatar/HitDefination.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Assets/Scripts/Avatar/HitDefination.cs') diff --git a/Assets/Scripts/Avatar/HitDefination.cs b/Assets/Scripts/Avatar/HitDefination.cs index 96ceaf00..22a78325 100644 --- a/Assets/Scripts/Avatar/HitDefination.cs +++ b/Assets/Scripts/Avatar/HitDefination.cs @@ -2,7 +2,9 @@ using System.Collections.Generic; using UnityEngine; -// 一个hit的效果,如果一个attack有多个hit,需要定义多个HitDef +/// +/// 一个hit的效果,如果一个attack有多个hit,需要定义多个HitDef +/// public class HitDefination { public float start = 0f; @@ -13,6 +15,4 @@ public class HitDefination public Vector3 sparkPosition; // 特效位置(sparkHost为空时生效) public Quaternion sparkRotation; // 特效旋转 public Vector3 sparkScale = Vector3.one; // 特效缩放 - - } \ No newline at end of file -- cgit v1.1-26-g67d0