Skip to main content

26 docs tagged with "class"

View all tags

โ›“๏ธ Cable

A Cable represents a Physics Constraint which joins two Actors with a rope-like visual representation between them

โœจ Particle

Class to spawn Particle Systems used to create effects in the world.

๐Ÿ  StaticMesh

A StaticMesh entity represents a Mesh which can be spawned in the world, can't move and is more optimized for using in decorating the world.

๐Ÿ‘ฉโ€๐Ÿ’ป Player

Players are Entities that represents the individual behind the mouse and keyboard. Players are spawned automatically when connected to the server.

๐Ÿ’พ Database

The Database entity provides programmers a way to access SQL databases easily through scripting.

๐Ÿ“ฆ Prop

A Prop represents a Dynamic Mesh which can be spawned in the world, can be grabbed around by characters and have physics.

๐Ÿ“ฝ๏ธ SceneCapture

Scene Capture is an Actor which captures a fully dynamic image of the scene into a Texture. It captures the scene from its view frustum, stores that view as an image, which is then used within a Material.

๐Ÿ”ช Melee

A Melee represents an Entity which can be Pickable by a Character and can be used to melee attack, Charactes can hold it with hands with pre-defined handling modes.

๐Ÿ–Œ๏ธ Decal

Decals are Materials that are projected onto meshes in your level, including Static Meshes and Skeletal Meshes.

๐Ÿง‘ Character

Characters represents Actors which can be possessed, can move and interact with world. They are the default Skeletal Mesh Character built for nanos world

๐Ÿชค Trigger

A Trigger class is a utility class to trigger events when any Entity enters an Area

๐Ÿ†’ TextRender

A Text Render class is useful for spawning Texts in 3D world, you can even attach it to other entities