Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RbShape

Base class for the description of rigid body shapes / colliders

Hierarchy

Index

Constructors

Protected constructor

  • new RbShape(parentRb: RigidBody, mass: number, localPosition: Vector3): RbShape

Properties

Private _localPosition

_localPosition: Vector3

Private _mass

_mass: number

Protected _momentOfInertia

_momentOfInertia: number

Private Readonly _parentRigidBody

_parentRigidBody: RigidBody

Accessors

localPosition

  • get localPosition(): Vector3

mass

  • get mass(): number
  • set mass(m: number): void

momentOfInertia

  • get momentOfInertia(): number

parentRigidBody

worldPosition

  • get worldPosition(): Vector3

Methods

Abstract checkCollision

Protected Abstract updateMomentOfInertia

  • updateMomentOfInertia(): void

Generated using TypeDoc