mirror of
https://github.com/macalimlim/ftw
synced 2024-11-10 12:34:11 +00:00
update node type list
This commit is contained in:
parent
79644768b4
commit
62fded3160
1 changed files with 36 additions and 3 deletions
|
@ -72,6 +72,7 @@ macro_rules! generate_ftw_node_types {
|
|||
|
||||
generate_ftw_node_types![
|
||||
AcceptDialog,
|
||||
AESContext,
|
||||
AnimatedSprite,
|
||||
AnimatedSprite3D,
|
||||
AnimatedTexture,
|
||||
|
@ -109,6 +110,7 @@ generate_ftw_node_types![
|
|||
ARVROrigin,
|
||||
ARVRPositionalTracker,
|
||||
ARVRServer,
|
||||
AspectRatioContainer,
|
||||
AStar,
|
||||
AStar2D,
|
||||
AtlasTexture,
|
||||
|
@ -117,6 +119,7 @@ generate_ftw_node_types![
|
|||
AudioEffectAmplify,
|
||||
AudioEffectBandLimitFilter,
|
||||
AudioEffectBandPassFilter,
|
||||
AudioEffectCapture,
|
||||
AudioEffectChorus,
|
||||
AudioEffectCompressor,
|
||||
AudioEffectDelay,
|
||||
|
@ -146,6 +149,7 @@ generate_ftw_node_types![
|
|||
AudioStreamGenerator,
|
||||
AudioStreamGeneratorPlayback,
|
||||
AudioStreamMicrophone,
|
||||
AudioStreamMP3,
|
||||
AudioStreamOGGVorbis,
|
||||
AudioStreamPlayback,
|
||||
AudioStreamPlaybackResampled,
|
||||
|
@ -220,6 +224,7 @@ generate_ftw_node_types![
|
|||
CSGTorus,
|
||||
CubeMap,
|
||||
CubeMesh,
|
||||
CullInstance,
|
||||
Curve,
|
||||
Curve2D,
|
||||
Curve3D,
|
||||
|
@ -245,12 +250,15 @@ generate_ftw_node_types![
|
|||
EditorPlugin,
|
||||
EditorProperty,
|
||||
EditorResourceConversionPlugin,
|
||||
EditorResourcePicker,
|
||||
EditorResourcePreview,
|
||||
EditorResourcePreviewGenerator,
|
||||
EditorSceneImporter,
|
||||
EditorSceneImporterAssimp,
|
||||
EditorSceneImporterFBX,
|
||||
EditorSceneImporterGLTF,
|
||||
EditorScenePostImport,
|
||||
EditorScript,
|
||||
EditorScriptPicker,
|
||||
EditorSelection,
|
||||
EditorSettings,
|
||||
EditorSpatialGizmo,
|
||||
|
@ -277,6 +285,19 @@ generate_ftw_node_types![
|
|||
GIProbe,
|
||||
GIProbeData,
|
||||
GlobalConstants,
|
||||
GLTFAccessor,
|
||||
GLTFAnimation,
|
||||
GLTFBufferView,
|
||||
GLTFCamera,
|
||||
GLTFDocument,
|
||||
GLTFLight,
|
||||
GLTFMesh,
|
||||
GLTFNode,
|
||||
GLTFSkeleton,
|
||||
GLTFSkin,
|
||||
GLTFSpecGloss,
|
||||
GLTFState,
|
||||
GLTFTexture,
|
||||
Gradient,
|
||||
GradientTexture,
|
||||
GraphEdit,
|
||||
|
@ -288,6 +309,7 @@ generate_ftw_node_types![
|
|||
HBoxContainer,
|
||||
HeightMapShape,
|
||||
HingeJoint,
|
||||
HMACContext,
|
||||
HScrollBar,
|
||||
HSeparator,
|
||||
HSlider,
|
||||
|
@ -323,6 +345,7 @@ generate_ftw_node_types![
|
|||
JavaClass,
|
||||
JavaClassWrapper,
|
||||
JavaScript,
|
||||
JavaScriptObject,
|
||||
JNISingleton,
|
||||
Joint,
|
||||
Joint2D,
|
||||
|
@ -343,6 +366,7 @@ generate_ftw_node_types![
|
|||
LineShape2D,
|
||||
LinkButton,
|
||||
Listener,
|
||||
Listener2D,
|
||||
MainLoop,
|
||||
MarginContainer,
|
||||
Marshalls,
|
||||
|
@ -375,7 +399,10 @@ generate_ftw_node_types![
|
|||
Node2D,
|
||||
NoiseTexture,
|
||||
Object,
|
||||
Occluder,
|
||||
OccluderPolygon2D,
|
||||
OccluderShape,
|
||||
OccluderShapeSphere,
|
||||
OmniLight,
|
||||
OpenSimplexNoise,
|
||||
OptionButton,
|
||||
|
@ -383,6 +410,7 @@ generate_ftw_node_types![
|
|||
PackedDataContainer,
|
||||
PackedDataContainerRef,
|
||||
PackedScene,
|
||||
PackedSceneGLTF,
|
||||
PacketPeer,
|
||||
PacketPeerDTLS,
|
||||
PacketPeerGDNative,
|
||||
|
@ -410,7 +438,6 @@ generate_ftw_node_types![
|
|||
Physics2DServer,
|
||||
Physics2DServerSW,
|
||||
Physics2DShapeQueryParameters,
|
||||
Physics2DShapeQueryResult,
|
||||
Physics2DTestMotionResult,
|
||||
PhysicsBody,
|
||||
PhysicsBody2D,
|
||||
|
@ -419,7 +446,7 @@ generate_ftw_node_types![
|
|||
PhysicsMaterial,
|
||||
PhysicsServer,
|
||||
PhysicsShapeQueryParameters,
|
||||
PhysicsShapeQueryResult,
|
||||
PhysicsTestMotionResult,
|
||||
PinJoint,
|
||||
PinJoint2D,
|
||||
PlaneMesh,
|
||||
|
@ -432,6 +459,7 @@ generate_ftw_node_types![
|
|||
PopupDialog,
|
||||
PopupMenu,
|
||||
PopupPanel,
|
||||
Portal,
|
||||
Position2D,
|
||||
Position3D,
|
||||
PrimitiveMesh,
|
||||
|
@ -468,6 +496,9 @@ generate_ftw_node_types![
|
|||
RichTextLabel,
|
||||
RigidBody,
|
||||
RigidBody2D,
|
||||
Room,
|
||||
RoomGroup,
|
||||
RoomManager,
|
||||
RootMotionView,
|
||||
SceneState,
|
||||
SceneTree,
|
||||
|
@ -660,6 +691,7 @@ generate_ftw_node_types![
|
|||
VisualShaderNodeTransformUniform,
|
||||
VisualShaderNodeTransformVecMult,
|
||||
VisualShaderNodeUniform,
|
||||
VisualShaderNodeUniformRef,
|
||||
VisualShaderNodeVec3Constant,
|
||||
VisualShaderNodeVec3Uniform,
|
||||
VisualShaderNodeVectorClamp,
|
||||
|
@ -690,6 +722,7 @@ generate_ftw_node_types![
|
|||
WebSocketMultiplayerPeer,
|
||||
WebSocketPeer,
|
||||
WebSocketServer,
|
||||
WebXRInterface,
|
||||
WindowDialog,
|
||||
World,
|
||||
World2D,
|
||||
|
|
Loading…
Reference in a new issue