Skip to content

v0.198.0

Compare
Choose a tag to compare
@daredevildave daredevildave released this 11 Oct 10:33
· 5394 commits to main since this release
  • Optimize pc.Entity#addChild by removing check for duplicate GUID
  • pc.RigidBodyComponentSystem#raycastFirst callback argument is deprecated
  • Remove pc.GraphNode#getParent from the API ref, use pc.GraphNode#parent instead
  • [FIX] pc.GraphNode#removeChild no longer clears the child's parent if called with non-child entity
  • [FIX] pc.Model#destroy()
  • Remove text and image sub-objects in element component
  • Various fixes for element component