HytaleJS

Components

Entity components for ECS architecture

Transform

TransformComponent

Entity transform (position, rotation).

Prop

Type

PositionDataComponent

Position data component.

Prop

Type

HeadRotation

Head rotation component.

Prop

Type

Visual

ModelComponent

Entity model component.

Prop

Type

DisplayNameComponent

Display name above entity.

Prop

Type

EntityScaleComponent

Entity scale component.

Prop

Type

Nameplate

Entity nameplate.

Prop

Type

Collision

BoundingBox

Entity bounding box.

Prop

Type

CollisionResultComponent

Collision result data.

Prop

Type

Intangible

Makes entity non-collidable.

Prop

Type

Behavior

PropComponent

Static prop component.

Prop

Type

Interactable

Makes entity interactable.

Prop

Type

DespawnComponent

Despawn timer component.

Prop

Type

Frozen

Freezes entity in place.

Prop

Type

Animation

ActiveAnimationComponent

Currently playing animation.

Prop

Type

AnimationUtils

Animation utilities.

Prop

Type

On this page