Skip to content

Commit 6a60cab

Browse files
committed
Added Angle type. This is a helper struct that represents an angle in degrees, which automatically wraps to [0, 360) range. This type supports automatic interpolation.
1 parent 06c223f commit 6a60cab

File tree

7 files changed

+63
-46
lines changed

7 files changed

+63
-46
lines changed
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Netick/Runtime/Netick.Unity.dll

1 KB
Binary file not shown.

Netick/Runtime/Netick.Unity.xml

Lines changed: 48 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Netick/Runtime/Netick.dll

0 Bytes
Binary file not shown.

Netick/Runtime/Netick.xml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.karrar.netick",
3-
"version": "0.14.49",
3+
"version": "0.14.50",
44
"displayName": "Netick",
55
"description": "A networking solution for Unity",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)