Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvisibleComponent

Marks an entity as invisible, that is, he can not get targeted by any @see TargetSelectorComponent . However, buffs can reveal the entity.

Hierarchy

Index

Constructors

constructor

Methods

deserialize

  • deserialize(data: any): any

getDebugString

  • getDebugString(): string

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): string
  • Returns string

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string