📄️ Data Elements and their types
Data elements
📄️ AssemblerUI
Enum for determining the interface that is used by developers to create, configure, and manage assembler UI tools.
📄️ ComponentOperation
ComponentOperation APIs manage gameplay components and community components via your assembler scripts.
📄️ SceneEdit
SceneEdit APIs manages all objects in scenes via your assembler scripts.
📄️ Identifier
An identifier for a gameplay or community component is a character string that functions as a unique marker, allowing users to manipulate the component.
📄️ PhysicsAPI
PhysicsAPI is an interface which defines properties, events, and functions for objects which simulates physics.
📄️ YaAnimatorAPI
YaAnimatorAPI efficiently manages animator controllers.
📄️ YaCameraAPI
The YaCameraAPI static class provides functionality to adjust the player's camera in a game scene.
📄️ YaCharacterAPI
YaCharacterAPI manages Characters in the game.
📄️ YaCustomPropertyAPI
Creates CustomPropertyAccessor instances for custom property management.
📄️ YaDamageAPI
YaDamageAPI gives the damageable the functionality of being damaged. Here are a few important concepts to understand before you start using this API.
📄️ YaDatastoreAPI
This API is used to get datastore and orderedDatastore objects.
📄️ YaDialogAPI
YaDialogAPI is a class for managing dialogues of speakers.
📄️ YaDisplayObjectAPI
YaDisplayObjectAPI manages the display of entities.
📄️ YaEventAPI
YaEventAPI enables users send events to an event handler.
📄️ YaHudAPI
YaHudAPI allows you to manage HUD (heads-up display) displayed on a player, a NPC (non-character player), or an object. HUD contains information about the player or the team, such as the player's name, HP, the corresponding team's name, the team's icon.
📄️ YaInputAPI
YaInputAPI manages user input.
📄️ YaInteractiveAPI
The YaInteractiveAPI class provides a set of static APIs for managing interactive objects.
📄️ YaItemAPI
YaItemAPI manages item entities. Make sure you have added items in the scene.
📄️ YaPlayableAPI
YaPlayableAPI manages Playables. Playables are animation and audio resources that are contained in an entity and can be played with their corresponding components.
📄️ YaQuestAPI
YaQuestAPI is a class for managing quests.
📄️ YaSoundAPI
YaSoundAPI is an interface that controls the way a 2D or 3D audio clip is played.
📄️ YaTimeAPI
YaTimeAPI provides time related APIs for users.
📄️ YaVehicleAPI
YaVehicleAPI manges vehicles, drivers, and trigger events in the game
📄️ YaVirtualCameraAPI
The YaVirtualCameraAPI static class provides functionality to adjust the player's virtual camera in a game scene.