HUD

Módulo requerido

Componentes y propiedades

Nombre Descripción
Profile Picture Widget Player profile information
Built-In UI Type A built-in enumeration of UI types, which is automatically generated by the type system.
Built-In UI Built-in UI entities, which encapsulate specific functionality.
Custom UI Custom UIs, created by the player through the UI editor.
UI Timer Info Timer Info
UI Opening Banner Opening Banner
UI Round Start Banner Banner entities start in two-team rounds, and modifying entity properties affects the display on the corresponding UI.
UI Simple Round Start Banner General round start banner entity, modifying entity properties affects display content on corresponding UIs
UI Simple Round Score Banner Team round score banner entity, modifying entity properties affects the display on the corresponding UI.
UI Check Point Indicator Checkpoint Manager entity, modifying the entity properties will affect the display on the corresponding UI.
UI Two-Team Result Panel End of round display entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Versus Banner If there are two teams at the start of the round, display the two teams’ rivalry banner
UI Two-Team Round Score Banner Score of the round between the two teams
UI Win-or-Lose Banner The final result is a tie
UI Round Number Round count entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Phase Timer Phase countdown entity, modifying the entity’s properties will affect the content displayed on the corresponding UI.
UI Match Subtitle Match information subheading entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Two-Team Info Two teams match information entity, modify the entity property to affect the display content on the corresponding UI.
UI Team Match Info Team match information UI entity, modify the entity property to affect the display content on the corresponding UI
UI Two-Team Leaderboard[Obsoleto] (Deprecated, please do not use)
UI Two-Team Leaderboard Two teams match details UI entity, modify the entity property to affect the display content on the corresponding UI.
UI Multi-Team Leaderboard[Obsoleto] (Deprecated, please do not use)
UI Multi-Team Leaderboard Multi-team match details UI entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Simple Versus Banner Camp information entity, modify the entity properties to affect the display content of the corresponding UI.
UI Icon Notification The icon hint information entity, modifying the entity’s properties will affect the content displayed on the corresponding UI.
UI Two-Team Brief Info Short version of the two teams’ match information entity, modifying the entity’s properties will affect the content displayed on the corresponding UI.
UI Two-Team Brief Info New two-team match information short version entity component, supports fully customizable headcount display
UI Countdown Reminder Timing prompt UI entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Tween Tip Floating word prompt entity, modifying the entity properties will affect the display content on the corresponding UI.
UI Round Transition Round switching entity, including current round settlement and next round start information, modifying the entity properties will affect the display content on the corresponding UI.
UI Solo Leaderboard[Obsoleto] (Deprecated, please do not use)
UI Leaderboard Button Open scoreboard button UI entity, modifying entity properties will affect the display content on the corresponding UI.
UI Monster Level Infected mode, display the UI of current zombie level.
UI Add Score Add points animation UI entity, modify the entity property to affect the display content on the corresponding UI.
UI Monster UI Infected mode zombie UI effects
UI Countdown Hint Countdown prompt entity, modifying the entity properties will affect the content displayed on the corresponding UI.
UI Card Selection Panel UI Card Selection Panel
UI Identity Notification UI Identity Notification
UI Countdown 5s UI Countdown 5s
UI Title Banner UI Title Banner
UI Built-In Switch UI Built-In Switch
UI Skill Button UI Skill Button
UI Heartbeat UI Heartbeat
UI Progress Bar UI Progress Bar
UI Health Bar Health Bar
UI Heartbeat Heartbeat Effect
UI Widget UI Widget Entity
Custom UI or Widget Custom UI or Widget
UI Widget Empty UI Empty Widget entity, UI edited by the player through the UI editor.
UI Widget Image UI image entity, the UI edited by the player through the UI editor.
UI Widget Label UI Text entity, the UI edited by the player through the UI editor.
UI Widget Button UI button entity, UI edited by the player through the UI editor
UI Widget Input Label UI input entity, UI edited by the player through the UI editor
UI Widget Layout UI layout entity, UI edited by the player through the UI editor
UI Widget Texture UITexture entity, the UI edited by the player through the UI editor
UI Widget Profile UIProfileInfo entity, UI edited by the player through the UI editor
UI Widget Toggle UIToggle entity, UI edited by the player through the UI editor
UI Widget Touchpad UITouchPad entity, UI edited by the player via the UI editor
UI Widget Joystick Joystick entity, UI edited by the player through the UI editor
UI Panel UI panel entity
UI Panel Empty UI panel entity, UI edited by the player via the UI editor
Grid[Obsoleto] (Deprecated, please do not use)
UI Scroll Panel UI scroll view entity, UI edited by the player via the UI editor
UI Transformrt[Obsoleto] (Deprecated, please do not use)
UI Widget Container UI3DContainer entity, UI edited by the player via the UI Editor
UI Text Tip Text prompt UI
UI Two Team Score Panel Two Team Score Panel
UI Multi-Team Result Panel Multi-Team Result Panel
Widget Type Custom UI widgets type enumeration
Fill Type Fill type enumeration
Fill Direction Type Fill direction
Layout Sort Type Layout Sort Type
UI Score Bar Score Bar
UI Tip Button Hint Button
UI Simple Tip Tips
UI Progress Skill Button Progress Skill Button
UI Animation Trigger HUD Animation Trigger UI Component
UI Compass Top Compass
Round Info HUD Information displayed at the start of a round
UI Round Result Banner At the end of each round, the results are displayed.
UI Follow Health Bar Follow Health Bar

Event

Nombre Descripción
On Built-In UI Button Tapped Triggered when a button in the built-in UI is clicked
On Tapped Triggered after clicking the UI button control
On Pressed Triggered after the UI button control is pressed by the player
On Released Triggered after the UI button control is lifted
On Double-Tapped Triggered after the UI button control is double-clicked by the player
On Text Change Triggered when the text content of the UI input box control is changed by the player
On Toggle Triggered when the Toggle control state changes
On Touch Down Triggered when the touchpad is pressed by the player
On Touch Up Triggered when the touchpad is lifted
On Drag Start Triggered when the touchpad starts sliding
On Drag Triggered when sliding the touchpad. During sliding, this event is triggered once per frame.
On Drag End Fired when the touchpad slide ends
On Pressed Triggered when the JoyStick is pressed
On Released Triggered when the JoyStick is lifted
On Joystick Move Triggered when using the joystick
On Countdown Finished Fired when the countdown ends
On Camera Raycast This event is triggered when the camera ray detection is triggered by a client click event
On UI Show Triggered when the shop interface is opened
On UI Hide Triggered when the shop interface is closed.
On Friendship Status Update Triggered when a player adds or deletes a friend

API

Nombre Descripción
Create Built In UI Create a built-in UI that only the specified player can see
Create Built In UI Create a built-in UI that will not be synchronized to other clients
Destroy Built In UI Remove built-in UI
Create Custom UI Create a custom UI that only the specified player can see
Create Custom UI Create a custom UI that will not be synchronized to other clients
Remove Custom UI Removed custom game UI
Get Widget From Custom UI Get UI widget from custom UI
Get Widget By Path Get a UI widget from a custom UI using a path
Set Widget Parent Set the parent node of the UI widget
Create Custom UI Widget Creating Custom UI Widget
Is Friend Determine the friend relationship between the target player and the current client player. The current client itself is not a friend of the current client.