Skip to content

Godot:TextureButton

godot TextureButton Node.

이미지 적용 방법

Inspector 화면 에서 TextureButton 프로퍼티에 Textures 그룹으로 묶여 있다.

FileSystem 의 이미지 리소스를 Drag and Drop 해도 된다.

  • Normal - 일반적으로 보여질 화면 이미지
  • Pressed
  • Hover
  • Disabled
  • Focused
  • Click Mask

See also