This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
Avalonia
mirror of
https://github.com/AvaloniaUI/Avalonia.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix: Vector can't be animated
pull/20181/head
Betta_Fish
2 months ago
parent
54acf37e69
commit
259f3820b9
No known key found for this signature in database
GPG Key ID:
CCD9AD4E6A610AD9
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/tools/DevGenerators/CompositionGenerator/Generator.cs
1
src/tools/DevGenerators/CompositionGenerator/Generator.cs
View File
@ -427,6 +427,7 @@ return;
"bool"
,
"float"
,
"double"
,
"Vector"
,
"Vector2"
,
"Vector3"
,
"Vector4"
,
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/Avalonia
Title
Body
Create Issue