mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2026-04-21 20:35:54 +08:00
update version to 0.8.14
This commit is contained in:
parent
e23fcbc74b
commit
d4339eca97
@ -171,7 +171,7 @@ public static class SomeGizmoExtensions
|
|||||||
// Рисуем линию.
|
// Рисуем линию.
|
||||||
self.Line(start, end);
|
self.Line(start, end);
|
||||||
// Рисуем текст посреди линии который показывает длину линии.
|
// Рисуем текст посреди линии который показывает длину линии.
|
||||||
self.Text(Vector3.Lerp(start, end, 0.5f), Vector3.Distance(start, end), DebugXTextSettings.Default.SetAnchor(TextAnchor.UpperCenter));
|
self.Text(Vector3.Lerp(start, end, 0.5f), Vector3.Distance(start, end), DebugXTextSettings.ScreenSpace.SetAnchor(TextAnchor.UpperCenter));
|
||||||
// для поддержки Method Chaining синтаксиса.
|
// для поддержки Method Chaining синтаксиса.
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"displayName": "DebugX",
|
"displayName": "DebugX",
|
||||||
"description": "",
|
"description": "",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
"version": "0.8.13",
|
"version": "0.8.14",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DebugX.git"
|
"url": "https://github.com/DCFApixels/DebugX.git"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user