index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Node3D.xml
Age
Commit message (
Expand
)
Author
2023-02-16
Fix a few typos in the class reference
Haoyu Qiu
2022-12-19
Restore 'rotation_degrees' properties.
Juan Linietsky
2022-11-02
Unify Node3D RotationOrder with global EulerOrder
Aaron Franke
2022-10-24
Document (Omni/Spot)Light3D ignoring Node3D's `scale` property
Hugo Locurcio
2022-09-29
Fail look_at() if not inside tree
kobewi
2022-09-19
Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`
Marc Gilleron
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-15
[doc] Use "param" instead of "code" to refer to parameters (5)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-07-01
Add global_position and global_rotation to Node3D
foxydevloper
2022-06-10
Document limitations of negative scales in 2D and 3D
Aaron Franke
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-01-06
Fix incorrect default transform values on foreign 3D nodes
SaracenOne
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-10-25
Refactored Node3D rotation modes
reduz
2021-10-07
Implemented SkeletonEditorGizmo
Silc Renew
2021-08-29
Revert "Display a matrix for Node2D and don't display a duplicate origin"
Juan Linietsky
2021-08-29
Display a matrix for Node2D and don't display a duplicate origin
Aaron Franke
2021-08-01
Move code for looking_at to Basis
Aaron Franke
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Node3D gizmo improvements
jfons
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-18
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-14
Merge pull request #49458 from JFonS/fix_unwrap_xform
Rémi Verschelde
2021-06-14
Rename get_parent_spatial() to get_parent_node3d()
jfons
2021-06-14
Implement visibility range and dependencies.
jfons
2021-06-04
Rename Node3D's property translation to position
Marcel Admiraal
2021-06-03
Update documentation for Transform3D
Aaron Franke
2021-02-19
doc: Sync classref with current source
Rémi Verschelde
2021-01-15
Merge pull request #38578 from Phischermen/transform-notification-doc_update
Rémi Verschelde
2021-01-04
doc: Sync classref with current source
Rémi Verschelde
2020-10-09
doc: Sync classref with current source
Rémi Verschelde
2020-10-02
Merge pull request #42451 from Duroxxigar/rename-toplevel
Rémi Verschelde
2020-10-01
Link to demos from within the class reference
Aaron Franke
2020-10-01
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
Made toplevel a property for Node3D and CanvasItem
Duroxxigar
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-07-27
Improve visibility documentation for CanvasItem and Node3D
Hugo Locurcio
2020-05-08
Add info about how gizmos affect transform notifications
Phischermen
2020-05-04
doc: Sync classref with current source
Rémi Verschelde
2020-04-17
Clarify that angles must be specified as radians in the documentation
Hugo Locurcio
2020-03-30
doc: Update classref with node renames
Rémi Verschelde