-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
589 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@tool | ||
class_name TestBBParams | ||
extends Resource | ||
|
||
@export var bool_param: BBBool | ||
@export var int_param: BBInt | ||
@export var float_param: BBFloat | ||
@export var string_param: BBString | ||
@export var vec2_param: BBVector2 | ||
@export var vec2i_param: BBVector2i | ||
@export var rect2_param: BBRect2 | ||
@export var rect2i_param: BBRect2i | ||
@export var vector3_param: BBVector3 | ||
@export var vector3i_param: BBVector3i | ||
@export var vector4_param: BBVector4 | ||
@export var vector4i_param: BBVector4i | ||
@export var transform2d_param: BBTransform2D | ||
@export var plane_param: BBPlane | ||
@export var quaternion_param: BBQuaternion | ||
@export var aabb_param: BBAabb | ||
@export var basis_param: BBBasis | ||
@export var transform3d_param: BBTransform3D | ||
#@export var projection_param: BBProjection | ||
@export var color_param: BBColor | ||
@export var stringname_param: BBStringName | ||
@export var node_param: BBNode | ||
@export var dictionary_param: BBDictionary | ||
@export var array_param: BBArray | ||
@export var byte_array_param: BBByteArray | ||
@export var int_array_param: BBIntArray | ||
@export var float_array_param: BBFloatArray | ||
@export var string_array_param: BBStringArray | ||
@export var vector2_array_param: BBVector2Array | ||
@export var vector3_array_param: BBVector2Array | ||
@export var color_array_param: BBColorArray | ||
@export var variant_param: BBVariant | ||
|
Oops, something went wrong.