1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00

Documentation for VectorTransform node added

This commit is contained in:
Digvijaysinh Gohil
2024-01-12 18:33:43 +05:30
parent d3397cf87c
commit 13971eeab6
2 changed files with 31 additions and 3 deletions

View File

@ -17,7 +17,7 @@ func _get_input_port_count() -> int:
return 1
func _get_input_port_name(port: int) -> String:
return "input"
return "in"
func _get_input_port_type(port: int) -> PortType:
return PORT_TYPE_VECTOR_3D
@ -26,7 +26,7 @@ func _get_output_port_count() -> int:
return 1
func _get_output_port_name(port: int) -> String:
return "output"
return "out"
func _get_output_port_type(port: int) -> PortType:
return PORT_TYPE_VECTOR_3D