luxe: system/physics/contact.block
Contact
Section titled “Contact”import "luxe: system/physics/contact.block" for Contactno docs found
Variables
Section titled “Variables”var kind : ContactKind = ContactKind.nonevar body : Num = 0var collider : Num = 0var contacts : List = []var other_body : Num = 0var other_collider : Num = 0var other_contacts : List = []var normal : Float3 = [0, 0, 0]var overlap : Num = 0ContactHelper
Section titled “ContactHelper”import "luxe: system/physics/contact.block" for ContactHelperno docs found
ContactHelper.get_other(..)
Section titled “ContactHelper.get_other(..)”ContactHelper.get_other(body : Entity, contact : Contact) : unknownno docs found
ContactHelper.get_other_collider(..)
Section titled “ContactHelper.get_other_collider(..)”ContactHelper.get_other_collider(collider : Entity, contact : Contact) : unknownno docs found
ContactKind
Section titled “ContactKind”import "luxe: system/physics/contact.block" for ContactKindno docs found
ContactKind.none
Section titled “ContactKind.none”ContactKind.none : unknownno docs found
ContactKind.begin
Section titled “ContactKind.begin”ContactKind.begin : unknownno docs found
ContactKind.end
Section titled “ContactKind.end”ContactKind.end : unknownno docs found
ContactKind.active
Section titled “ContactKind.active”ContactKind.active : unknownno docs found