HSlider - 《Godot V3.4 Documentation》 - 书栈网· BookStack
Có thể bạn quan tâm
- HSlider
- Description
- Theme Properties
- Theme Property Descriptions
Inherits: Slider < Range < Control < CanvasItem < Node < Object
Horizontal slider.
Description
Horizontal slider. See Slider. This one goes from left (min) to right (max).
Note: The Range.changed and Range.value_changed signals are part of the Range class which this class inherits from.
Theme Properties
Texture | grabber |
StyleBox | grabber_area |
StyleBox | grabber_area_highlight |
Texture | grabber_disabled |
Texture | grabber_highlight |
StyleBox | slider |
Texture | tick |
Theme Property Descriptions
- Texture grabber
The texture for the grabber (the draggable element).
- StyleBox grabber_area
The background of the area to the left of the grabber.
- StyleBox grabber_area_highlight
- Texture grabber_disabled
The texture for the grabber when it’s disabled.
- Texture grabber_highlight
The texture for the grabber when it’s focused.
- StyleBox slider
The background for the whole slider. Determines the height of the grabber_area.
- Texture tick
The texture for the ticks, visible when Slider.tick_count is greater than 0.
当前内容版权归 Godot 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Godot . 上一篇: 下一篇:- Godot v4.2 Documentation
- Godot 游戏引擎 v4.2 中文文档
- Godot v4.1 Documentation
- Godot v4.0 Documentation
- Godot v3.5 Documentation
- Godot 游戏引擎 v3.5 中文文档
- Godot v3.4 Documentation
- Godot 游戏引擎 v3.4 中文文档
- Godot v3.3 Documentation
- Godot 游戏引擎 v3.3 中文文档
- Godot v3.2 Documentation
- Godot 游戏引擎 v3.2 中文文档
- Godot v3.1 Documentation
- About
- Introduction
- Frequently asked questions
- Troubleshooting
- List of features
- Documentation changelog
- Godot release policy
- Getting started
- Step by step
- Introduction to Godot’s editor
- Scenes and nodes
- Instancing
- Instancing (continued)
- Scripting
- Scripting (continued)
- Signals
- Your first game
- Exporting
- Godot’s design philosophy
- Design interfaces with the Control nodes
- Design a title screen
- Design the GUI
- Control the game’s UI with code
- Splash screen
- Animations
- Resources
- File system
- Using SceneTree
- Singletons (AutoLoad)
- Editor manual
- Using the Web editor
- Command line tutorial
- Using an external text editor
- Default editor shortcuts
- From Unity to Godot Engine
- Scripting
- GDScript
- GDScript basics
- GDScript: An introduction to dynamic languages
- GDScript exports
- GDScript style guide
- Static typing in GDScript
- GDScript warning system
- GDScript format strings
- VisualScript
- What is Visual Scripting
- Getting started with Visual Scripting
- Nodes and terminology
- Custom VisualScript nodes
- C#
- C# basics
- C# features
- C# API differences to GDScript
- C# Exports
- C# style guide
- Cross-language scripting
- Creating script templates
- GDScript
- Project workflow
- Project setup
- Project organization
- Version Control Systems
- Assets workflow
- Import process
- Importing images
- Importing audio samples
- Importing translations
- Importing 3D scenes
- Exporting 3D scenes
- Blender ESCN exporter
- Export
- Exporting projects
- Exporting packs, patches, and mods
- Feature tags
- Exporting for PC
- Changing application icon for Windows
- Exporting for Universal Windows Platform
- Exporting for iOS
- Exporting for Android
- Custom builds for Android
- Exporting for the Web
- Exporting for dedicated servers
- One-click deploy
- Best practices
- Introduction
- Applying object-oriented principles in Godot
- Scene organization
- When to use scenes versus scripts
- Autoloads versus regular nodes
- When and how to avoid using nodes for everything
- Godot interfaces
- Godot notifications
- Data preferences
- Logic preferences
- Project setup
- Step by step
- Tutorials
- 2D
- Canvas layers
- Viewport and canvas transforms
- Using TileMaps
- Particle systems (2D)
- 2D movement overview
- 2D lights and shadows
- 2D meshes
- Custom drawing in 2D
- 2D Sprite animation
- 3D
- Introduction to 3D
- Using 3D transforms
- 3D rendering limitations
- Spatial Material
- 3D lights and shadows
- Reflection probes
- Using GIProbe
- Baked lightmaps
- Environment and post-processing
- High dynamic range lighting
- Using GridMaps
- Using MultiMeshInstance
- Prototyping levels with CSG
- FPS tutorial
- Part 1
- Part 2
- Part 3
- Part 4
- Part 5
- Part 6
- Animating thousands of objects
- Animating thousands of fish with MultiMeshInstance
- Controlling thousands of fish with Particles
- Rooms and Portals
- Introduction to Rooms and Portals
- First steps with Rooms and Portals
- Using objects in Rooms and Portals
- Advanced Room and Portal usage
- Editing Rooms and Portals
- Rooms and Portals example
- Audio
- Audio buses
- Audio streams
- Sync the gameplay with audio and music
- Recording with microphone
- Physics
- Physics introduction
- Using RigidBody
- Using Area2D
- Using KinematicBody2D
- Ray-casting
- Ragdoll system
- Kinematic character (2D)
- Using SoftBody
- Collision shapes (3D)
- Math
- Vector math
- Advanced vector math
- Matrices and transforms
- Interpolation
- Beziers, curves and paths
- Random number generation
- Animation
- Introduction to the animation features
- Cutout animation
- 2D skeletons
- Using AnimationTree
- Inputs
- Using InputEvent
- Input examples
- Mouse and input coordinates
- Customizing the mouse cursor
- Controllers, gamepads, and joysticks
- I/O
- Background loading
- Data paths
- Saving games
- Internationalization
- Internationalizing games
- Localization using gettext
- Locales
- User Interface (UI)
- UI building blocks
- Size and anchors
- Using Containers
- Custom GUI controls
- Keyboard/Controller Navigation and Focus
- Control node gallery
- GUI skinning and themes
- Introduction to GUI skinning
- Using the theme editor
- Control node tutorials
- BBCode in RichTextLabel
- UI building blocks
- Viewports
- Using Viewports
- Multiple resolutions
- Using a Viewport as a texture
- Custom post-processing
- Shading
- Shading reference
- Shaders
- Shading language
- Spatial shaders
- CanvasItem shaders
- Particle shaders
- Your first shader
- What are shaders?
- Your first CanvasItem shader
- Your first Spatial shader
- Your first Spatial shader: part 2
- Shader materials
- Using VisualShaders
- Intro to shaders: 2D and 3D water
- Screen-reading shaders
- Migrating to Godot’s shading language
- Godot shader language style guide
- Advanced post-processing
- Shading reference
- Networking
- High-level multiplayer
- Making HTTP requests
- HTTP client class
- SSL certificates
- WebSocket
- WebRTC
- Navigation
- Real Time Navigation (3D)
- Asset Library
- About the Asset Library
- Using the Asset Library
- Submitting to the Asset Library
- VR
- AR/VR primer
- VR starter tutorial
- VR starter tutorial part 1
- VR starter tutorial part 2
- Developing for Oculus Quest
- Plugins
- Editor plugins
- Installing plugins
- Making plugins
- Making main screen plugins
- Import plugins
- Spatial gizmo plugins
- Inspector plugins
- Visual Shader plugins
- GDNative
- GDNative C example
- GDNative C++ example
- Android plugins
- Creating Android plugins
- Editor plugins
- Platform-specific
- Android in-app purchases
- iOS plugins
- Creating iOS plugins
- Plugins for iOS
- HTML5
- HTML5 shell class reference
- Custom HTML page for Web export
- Console support in Godot
- Multi-threading
- Using multiple threads
- Thread-safe APIs
- Creating content
- Procedural geometry
- Using the ArrayMesh
- Using the MeshDataTool
- Using the SurfaceTool
- Using ImmediateGeometry
- Making trees
- Procedural geometry
- Optimization
- Common
- General optimization tips
- Optimization using Servers
- CPU
- CPU optimization
- GPU
- GPU optimization
- Optimization using MultiMeshes
- 2D
- Optimization using batching
- 3D
- Optimizing 3D performance
- Common
- Miscellaneous
- Fixing jitter and stutter
- Handling quit requests
- Pausing games
- Binary serialization API
- Running code in the editor
- Change scenes manually
- Differences between GLES2 and GLES3
- Instancing with signals
- State design pattern
- Debug
- Overview of debugging tools
- Debugger panel
- Legal
- Complying with licenses
- 2D
- Development
- Compiling
- Getting the source
- Introduction to the buildsystem
- Compiling for Windows
- Compiling for X11 (Linux, *BSD)
- Compiling for macOS
- Compiling for Android
- Compiling for iOS
- Cross-compiling for iOS on Linux
- Compiling for Universal Windows Platform
- Compiling for the Web
- Compiling with Mono
- Optimizing a build for size
- Compiling with script encryption key
- Engine development
- Setting up a development environment
- Configuring an IDE
- Android Studio
- CLion
- Code::Blocks
- KDevelop
- Qt Creator
- Visual Studio
- Visual Studio Code
- Xcode
- Configuring an IDE
- Getting started with Godot’s source code
- Introduction to Godot development
- Common engine methods and macros
- Core types
- Variant class
- Object class
- Inheritance class tree
- Extending Godot by modifying its source code
- Custom modules in C++
- Binding to external libraries
- Custom Godot servers
- Custom resource format loaders
- Custom AudioStreams
- Debugging and profiling
- Using C++ profilers
- Setting up a development environment
- Editor development
- Introduction to editor development
- Editor icons
- Editor style guide
- Godot file formats
- GDScript grammar
- TSCN file format
- Compiling
- Community
- Contributing
- Ways to contribute
- Best practices for engine contributors
- Pull request workflow
- Testing pull requests
- Bisecting regressions
- Code style guidelines
- Bug triage guidelines
- Building the manual with Sphinx
- Documentation guidelines
- Docs writing guidelines
- Contributing to the class reference
- Editor and docs localization
- Community channels
- Tutorials and resources
- Contributing
- Class reference
- Godot API
- @GDScript
- @GlobalScope
- AABB
- AcceptDialog
- AESContext
- AnimatedSprite
- AnimatedSprite3D
- AnimatedTexture
- Animation
- AnimationNode
- AnimationNodeAdd2
- AnimationNodeAdd3
- AnimationNodeAnimation
- AnimationNodeBlend2
- AnimationNodeBlend3
- AnimationNodeBlendSpace1D
- AnimationNodeBlendSpace2D
- AnimationNodeBlendTree
- AnimationNodeOneShot
- AnimationNodeOutput
- AnimationNodeStateMachine
- AnimationNodeStateMachinePlayback
- AnimationNodeStateMachineTransition
- AnimationNodeTimeScale
- AnimationNodeTimeSeek
- AnimationNodeTransition
- AnimationPlayer
- AnimationRootNode
- AnimationTrackEditPlugin
- AnimationTree
- AnimationTreePlayer
- Area
- Area2D
- Array
- ArrayMesh
- ARVRAnchor
- ARVRCamera
- ARVRController
- ARVRInterface
- ARVRInterfaceGDNative
- ARVROrigin
- ARVRPositionalTracker
- ARVRServer
- AspectRatioContainer
- AStar
- AStar2D
- AtlasTexture
- AudioBusLayout
- AudioEffect
- AudioEffectAmplify
- AudioEffectBandLimitFilter
- AudioEffectBandPassFilter
- AudioEffectCapture
- AudioEffectChorus
- AudioEffectCompressor
- AudioEffectDelay
- AudioEffectDistortion
- AudioEffectEQ
- AudioEffectEQ10
- AudioEffectEQ21
- AudioEffectEQ6
- AudioEffectFilter
- AudioEffectHighPassFilter
- AudioEffectHighShelfFilter
- AudioEffectInstance
- AudioEffectLimiter
- AudioEffectLowPassFilter
- AudioEffectLowShelfFilter
- AudioEffectNotchFilter
- AudioEffectPanner
- AudioEffectPhaser
- AudioEffectPitchShift
- AudioEffectRecord
- AudioEffectReverb
- AudioEffectSpectrumAnalyzer
- AudioEffectSpectrumAnalyzerInstance
- AudioEffectStereoEnhance
- AudioServer
- AudioStream
- AudioStreamGenerator
- AudioStreamGeneratorPlayback
- AudioStreamMicrophone
- AudioStreamMP3
- AudioStreamOGGVorbis
- AudioStreamPlayback
- AudioStreamPlaybackResampled
- AudioStreamPlayer
- AudioStreamPlayer2D
- AudioStreamPlayer3D
- AudioStreamRandomPitch
- AudioStreamSample
- BackBufferCopy
- BakedLightmap
- BakedLightmapData
- BaseButton
- Basis
- BitMap
- BitmapFont
- Bone2D
- BoneAttachment
- bool
- BoxContainer
- BoxShape
- Button
- ButtonGroup
- Camera
- Camera2D
- CameraFeed
- CameraServer
- CameraTexture
- CanvasItem
- CanvasItemMaterial
- CanvasLayer
- CanvasModulate
- CapsuleMesh
- CapsuleShape
- CapsuleShape2D
- CenterContainer
- CharFXTransform
- CheckBox
- CheckButton
- CircleShape2D
- ClassDB
- ClippedCamera
- CollisionObject
- CollisionObject2D
- CollisionPolygon
- CollisionPolygon2D
- CollisionShape
- CollisionShape2D
- Color
- ColorPicker
- ColorPickerButton
- ColorRect
- ConcavePolygonShape
- ConcavePolygonShape2D
- ConeTwistJoint
- ConfigFile
- ConfirmationDialog
- Container
- Control
- ConvexPolygonShape
- ConvexPolygonShape2D
- CPUParticles
- CPUParticles2D
- Crypto
- CryptoKey
- CSGBox
- CSGCombiner
- CSGCylinder
- CSGMesh
- CSGPolygon
- CSGPrimitive
- CSGShape
- CSGSphere
- CSGTorus
- CSharpScript
- CubeMap
- CubeMesh
- CullInstance
- Curve
- Curve2D
- Curve3D
- CurveTexture
- CylinderMesh
- CylinderShape
- DampedSpringJoint2D
- Dictionary
- DirectionalLight
- Directory
- DTLSServer
- DynamicFont
- DynamicFontData
- EditorExportPlugin
- EditorFeatureProfile
- EditorFileDialog
- EditorFileSystem
- EditorFileSystemDirectory
- EditorImportPlugin
- EditorInspector
- EditorInspectorPlugin
- EditorInterface
- EditorNavigationMeshGenerator
- EditorPlugin
- EditorProperty
- EditorResourceConversionPlugin
- EditorResourcePicker
- EditorResourcePreview
- EditorResourcePreviewGenerator
- EditorSceneImporter
- EditorSceneImporterFBX
- EditorSceneImporterGLTF
- EditorScenePostImport
- EditorScript
- EditorScriptPicker
- EditorSelection
- EditorSettings
- EditorSpatialGizmo
- EditorSpatialGizmoPlugin
- EditorSpinSlider
- EditorVCSInterface
- EncodedObjectAsID
- Engine
- Environment
- Expression
- ExternalTexture
- File
- FileDialog
- FileSystemDock
- float
- Font
- FuncRef
- GDNative
- GDNativeLibrary
- GDScript
- GDScriptFunctionState
- Generic6DOFJoint
- Geometry
- GeometryInstance
- GIProbe
- GIProbeData
- GLTFAccessor
- GLTFAnimation
- GLTFBufferView
- GLTFCamera
- GLTFDocument
- GLTFLight
- GLTFMesh
- GLTFNode
- GLTFSkeleton
- GLTFSkin
- GLTFSpecGloss
- GLTFState
- GLTFTexture
- GodotSharp
- Gradient
- GradientTexture
- GraphEdit
- GraphNode
- GridContainer
- GridMap
- GrooveJoint2D
- HashingContext
- HBoxContainer
- HeightMapShape
- HingeJoint
- HMACContext
- HScrollBar
- HSeparator
- HSlider
- HSplitContainer
- HTTPClient
- HTTPRequest
- Image
- ImageTexture
- ImmediateGeometry
- Input
- InputEvent
- InputEventAction
- InputEventGesture
- InputEventJoypadButton
- InputEventJoypadMotion
- InputEventKey
- InputEventMagnifyGesture
- InputEventMIDI
- InputEventMouse
- InputEventMouseButton
- InputEventMouseMotion
- InputEventPanGesture
- InputEventScreenDrag
- InputEventScreenTouch
- InputEventWithModifiers
- InputMap
- InstancePlaceholder
- int
- InterpolatedCamera
- IP
- ItemList
- JavaClass
- JavaClassWrapper
- JavaScript
- JavaScriptObject
- JNISingleton
- Joint
- Joint2D
- JSON
- JSONParseResult
- JSONRPC
- KinematicBody
- KinematicBody2D
- KinematicCollision
- KinematicCollision2D
- Label
- LargeTexture
- Light
- Light2D
- LightOccluder2D
- Line2D
- LineEdit
- LineShape2D
- LinkButton
- Listener
- Listener2D
- MainLoop
- MarginContainer
- Marshalls
- Material
- MenuButton
- Mesh
- MeshDataTool
- MeshInstance
- MeshInstance2D
- MeshLibrary
- MeshTexture
- MobileVRInterface
- MultiMesh
- MultiMeshInstance
- MultiMeshInstance2D
- MultiplayerAPI
- MultiplayerPeerGDNative
- Mutex
- NativeScript
- Navigation
- Navigation2D
- NavigationMesh
- NavigationMeshInstance
- NavigationPolygon
- NavigationPolygonInstance
- NetworkedMultiplayerENet
- NetworkedMultiplayerPeer
- NinePatchRect
- Node
- Node2D
- NodePath
- NoiseTexture
- Object
- Occluder
- OccluderPolygon2D
- OccluderShape
- OccluderShapeSphere
- OmniLight
- OpenSimplexNoise
- OptionButton
- OS
- PackedDataContainer
- PackedDataContainerRef
- PackedScene
- PackedSceneGLTF
- PacketPeer
- PacketPeerDTLS
- PacketPeerGDNative
- PacketPeerStream
- PacketPeerUDP
- Panel
- PanelContainer
- PanoramaSky
- ParallaxBackground
- ParallaxLayer
- Particles
- Particles2D
- ParticlesMaterial
- Path
- Path2D
- PathFollow
- PathFollow2D
- PCKPacker
- Performance
- PHashTranslation
- PhysicalBone
- Physics2DDirectBodyState
- Physics2DDirectSpaceState
- Physics2DServer
- Physics2DShapeQueryParameters
- Physics2DTestMotionResult
- PhysicsBody
- PhysicsBody2D
- PhysicsDirectBodyState
- PhysicsDirectSpaceState
- PhysicsMaterial
- PhysicsServer
- PhysicsShapeQueryParameters
- PhysicsTestMotionResult
- PinJoint
- PinJoint2D
- Plane
- PlaneMesh
- PlaneShape
- PluginScript
- PointMesh
- Polygon2D
- PolygonPathFinder
- PoolByteArray
- PoolColorArray
- PoolIntArray
- PoolRealArray
- PoolStringArray
- PoolVector2Array
- PoolVector3Array
- Popup
- PopupDialog
- PopupMenu
- PopupPanel
- Portal
- Position2D
- Position3D
- PrimitiveMesh
- PrismMesh
- ProceduralSky
- ProgressBar
- ProjectSettings
- ProximityGroup
- ProxyTexture
- QuadMesh
- Quat
- RandomNumberGenerator
- Range
- RayCast
- RayCast2D
- RayShape
- RayShape2D
- Rect2
- RectangleShape2D
- Reference
- ReferenceRect
- ReflectionProbe
- RegEx
- RegExMatch
- RemoteTransform
- RemoteTransform2D
- Resource
- ResourceFormatLoader
- ResourceFormatSaver
- ResourceImporter
- ResourceInteractiveLoader
- ResourceLoader
- ResourcePreloader
- ResourceSaver
- RichTextEffect
- RichTextLabel
- RID
- RigidBody
- RigidBody2D
- Room
- RoomGroup
- RoomManager
- RootMotionView
- SceneState
- SceneTree
- SceneTreeTimer
- Script
- ScriptCreateDialog
- ScriptEditor
- ScrollBar
- ScrollContainer
- SegmentShape2D
- Semaphore
- Separator
- Shader
- ShaderMaterial
- Shape
- Shape2D
- ShortCut
- Skeleton
- Skeleton2D
- SkeletonIK
- Skin
- SkinReference
- Sky
- Slider
- SliderJoint
- SoftBody
- Spatial
- SpatialGizmo
- SpatialMaterial
- SpatialVelocityTracker
- SphereMesh
- SphereShape
- SpinBox
- SplitContainer
- SpotLight
- SpringArm
- Sprite
- Sprite3D
- SpriteBase3D
- SpriteFrames
- StaticBody
- StaticBody2D
- StreamPeer
- StreamPeerBuffer
- StreamPeerGDNative
- StreamPeerSSL
- StreamPeerTCP
- StreamTexture
- String
- StyleBox
- StyleBoxEmpty
- StyleBoxFlat
- StyleBoxLine
- StyleBoxTexture
- SurfaceTool
- TabContainer
- Tabs
- TCP_Server
- TextEdit
- TextFile
- Texture
- Texture3D
- TextureArray
- TextureButton
- TextureLayered
- TextureProgress
- TextureRect
- Theme
- Thread
- TileMap
- TileSet
- Timer
- ToolButton
- TouchScreenButton
- Transform
- Transform2D
- Translation
- TranslationServer
- Tree
- TreeItem
- TriangleMesh
- Tween
- UDPServer
- UndoRedo
- UPNP
- UPNPDevice
- Variant
- VBoxContainer
- Vector2
- Vector3
- VehicleBody
- VehicleWheel
- VideoPlayer
- VideoStream
- VideoStreamGDNative
- VideoStreamTheora
- VideoStreamWebm
- Viewport
- ViewportContainer
- ViewportTexture
- VisibilityEnabler
- VisibilityEnabler2D
- VisibilityNotifier
- VisibilityNotifier2D
- VisualInstance
- VisualScript
- VisualScriptBasicTypeConstant
- VisualScriptBuiltinFunc
- VisualScriptClassConstant
- VisualScriptComment
- VisualScriptComposeArray
- VisualScriptCondition
- VisualScriptConstant
- VisualScriptConstructor
- VisualScriptCustomNode
- VisualScriptDeconstruct
- VisualScriptEditor
- VisualScriptEmitSignal
- VisualScriptEngineSingleton
- VisualScriptExpression
- VisualScriptFunction
- VisualScriptFunctionCall
- VisualScriptFunctionState
- VisualScriptGlobalConstant
- VisualScriptIndexGet
- VisualScriptIndexSet
- VisualScriptInputAction
- VisualScriptIterator
- VisualScriptLists
- VisualScriptLocalVar
- VisualScriptLocalVarSet
- VisualScriptMathConstant
- VisualScriptNode
- VisualScriptOperator
- VisualScriptPreload
- VisualScriptPropertyGet
- VisualScriptPropertySet
- VisualScriptResourcePath
- VisualScriptReturn
- VisualScriptSceneNode
- VisualScriptSceneTree
- VisualScriptSelect
- VisualScriptSelf
- VisualScriptSequence
- VisualScriptSubCall
- VisualScriptSwitch
- VisualScriptTypeCast
- VisualScriptVariableGet
- VisualScriptVariableSet
- VisualScriptWhile
- VisualScriptYield
- VisualScriptYieldSignal
- VisualServer
- VisualShader
- VisualShaderNode
- VisualShaderNodeBooleanConstant
- VisualShaderNodeBooleanUniform
- VisualShaderNodeColorConstant
- VisualShaderNodeColorFunc
- VisualShaderNodeColorOp
- VisualShaderNodeColorUniform
- VisualShaderNodeCompare
- VisualShaderNodeCubeMap
- VisualShaderNodeCubeMapUniform
- VisualShaderNodeCustom
- VisualShaderNodeDeterminant
- VisualShaderNodeDotProduct
- VisualShaderNodeExpression
- VisualShaderNodeFaceForward
- VisualShaderNodeFresnel
- VisualShaderNodeGlobalExpression
- VisualShaderNodeGroupBase
- VisualShaderNodeIf
- VisualShaderNodeInput
- VisualShaderNodeIs
- VisualShaderNodeOuterProduct
- VisualShaderNodeOutput
- VisualShaderNodeScalarClamp
- VisualShaderNodeScalarConstant
- VisualShaderNodeScalarDerivativeFunc
- VisualShaderNodeScalarFunc
- VisualShaderNodeScalarInterp
- VisualShaderNodeScalarOp
- VisualShaderNodeScalarSmoothStep
- VisualShaderNodeScalarSwitch
- VisualShaderNodeScalarUniform
- VisualShaderNodeSwitch
- VisualShaderNodeTexture
- VisualShaderNodeTextureUniform
- VisualShaderNodeTextureUniformTriplanar
- VisualShaderNodeTransformCompose
- VisualShaderNodeTransformConstant
- VisualShaderNodeTransformDecompose
- VisualShaderNodeTransformFunc
- VisualShaderNodeTransformMult
- VisualShaderNodeTransformUniform
- VisualShaderNodeTransformVecMult
- VisualShaderNodeUniform
- VisualShaderNodeUniformRef
- VisualShaderNodeVec3Constant
- VisualShaderNodeVec3Uniform
- VisualShaderNodeVectorClamp
- VisualShaderNodeVectorCompose
- VisualShaderNodeVectorDecompose
- VisualShaderNodeVectorDerivativeFunc
- VisualShaderNodeVectorDistance
- VisualShaderNodeVectorFunc
- VisualShaderNodeVectorInterp
- VisualShaderNodeVectorLen
- VisualShaderNodeVectorOp
- VisualShaderNodeVectorRefract
- VisualShaderNodeVectorScalarMix
- VisualShaderNodeVectorScalarSmoothStep
- VisualShaderNodeVectorScalarStep
- VisualShaderNodeVectorSmoothStep
- VScrollBar
- VSeparator
- VSlider
- VSplitContainer
- WeakRef
- WebRTCDataChannel
- WebRTCDataChannelGDNative
- WebRTCMultiplayer
- WebRTCPeerConnection
- WebRTCPeerConnectionGDNative
- WebSocketClient
- WebSocketMultiplayerPeer
- WebSocketPeer
- WebSocketServer
- WebXRInterface
- WindowDialog
- World
- World2D
- WorldEnvironment
- X509Certificate
- XMLParser
- YSort
- Godot API
本文档使用 BookStack 构建
×分享,让知识传承更久远
取消分享 ×文章二维码
手机扫一扫,轻松掌上读 关闭 ×文档下载
- 普通下载
- 下载码下载(免登录无限下载)
微信小程序阅读
您与他人的薪资差距,只差一个随时随地学习的小程序 关闭窗口 ×书签列表
关闭 ×阅读记录
阅读进度: 0.00% ( 0/0 ) 重置阅读进度 关闭Từ khóa » Hslider Godot
-
HSlider — Godot Engine (stable) Documentation In English
-
Slider — Godot Engine (stable) Documentation In English
-
HSlider - Godot 3.2 - W3cubDocs
-
Godot For Beginners (part 10) - Adding A Slider - YouTube
-
HSlider — Godot Engine 2.1 Documentation - GitHub Pages
-
How To Add Slider In Tool Mode? - Godot - Stack Overflow
-
Godot - Slider - Inherits:Range
-
HSlider — Godot Engine Latest Documentation - Huihoo
-
Slider — Godot Engine Latest Documentation - Huihoo
-
Could Anyone Tell Me How To Use The Slider? : R/godot - Reddit
-
HSlider Value_changed Signal Now Emitted Multiple Times Per Frame ...
-
Volume Slider - GDQuest
-
HSlider — Godot Engine Latest 文档
-
Joypad: Press And Hold To Make Slider / Hslider / Vslider Continue To ...