摘要:
public const string TaskHead = "ResImages/task"; public const string WiseManHead = "ResImages/wiseman"; public const string GeneralHead = "ResImages/g 阅读全文
摘要:
人物根据镜头方向转身 float ver = 0; float hor = 0; void Rotating (float hor, float ver) { //获取方向 Vector3 dir = new Vector3 (hor,0,ver); float y = Camera.main.tr 阅读全文