Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActorLike

Describes the properties of an Actor.

Hierarchy

  • ActorLike

Implemented by

Index

Properties

appearance

appearance: Partial<AppearanceLike>

attachment

attachment: Partial<AttachmentLike>

collider

collider: Partial<ColliderLike>

exclusiveToUser

exclusiveToUser: Guid

When supplied, this actor will be unsynchronized, and only exist on the client of the User with the given ID. This value can only be set at actor creation. Any actors parented to this actor will also be exclusive to the given user.

grabbable

grabbable: boolean

id

id: Guid

light

light: Partial<LightLike>

lookAt

lookAt: Partial<LookAtLike>

name

name: string

owner

owner: Guid

parentId

parentId: Guid

rigidBody

rigidBody: Partial<RigidBodyLike>

subscriptions

subscriptions: SubscriptionType[]

tag

tag: string

text

text: Partial<TextLike>

transform

transform: Partial<ActorTransformLike>