Exemplo n.º 1
0
 public bool IsOverlappingComponent(PrimitiveComponent other)
 {
     return(_IsOverlappingComponent(NativeHandler, other.NativeHandler));
 }
Exemplo n.º 2
0
 public void IgnoreComponentWhenMoving(PrimitiveComponent component, bool shouldIgnore)
 {
     _IgnoreComponentWhenMoving(NativeHandler, component.NativeHandler, shouldIgnore);
 }
Exemplo n.º 3
0
 public virtual void OnComponentSleep(PrimitiveComponent self, string bone_name)
 {
 }
Exemplo n.º 4
0
 public virtual void OnComponentEndOverlap(PrimitiveComponent self, PrimitiveComponent comp)
 {
 }
Exemplo n.º 5
0
 public virtual void OnComponentBeginOverlap(PrimitiveComponent self, PrimitiveComponent comp, Vector impact)
 {
 }
Exemplo n.º 6
0
 public virtual void OnComponentHit(PrimitiveComponent self, PrimitiveComponent comp, Vector impact)
 {
 }