Add PackedVector4Array Variant type
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
b9e022302a
commit
f9b488508c
79 changed files with 1037 additions and 89 deletions
|
|
@ -44,7 +44,8 @@ namespace Godot.SourceGenerators
|
|||
PackedVector2Array = 35,
|
||||
PackedVector3Array = 36,
|
||||
PackedColorArray = 37,
|
||||
Max = 38
|
||||
PackedVector4Array = 38,
|
||||
Max = 39
|
||||
}
|
||||
|
||||
internal enum PropertyHint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue