Esempio n. 1
0
 /// <summary>
 /// <para>Changes the whole ResponseToChannels container for this PrimitiveComponent. </para>
 /// <param name="NewResponses">New set of responses for this component </param>
 /// </summary>
 public override void SetCollisionResponseToChannels(FCollisionResponseContainer newReponses)
 {
 }
 /// <summary>
 /// Take two response containers and create a new container where each element is the 'min' of the two inputs (ie Ignore and Block results in Ignore)
 /// </summary>
 public FCollisionResponseContainer CreateMinContainer(FCollisionResponseContainer a, FCollisionResponseContainer b)
 => E_FCollisionResponseContainer_CreateMinContainer(this, a, b);
Esempio n. 3
0
 /// <summary>
 /// <para>Take two response containers and create a new container where each element is the 'min' of the two inputs (ie Ignore and Block results in Ignore) </para>
 /// </summary>
 public FCollisionResponseContainer CreateMinContainer(FCollisionResponseContainer A, FCollisionResponseContainer B)
 => E_FCollisionResponseContainer_CreateMinContainer(this, A, B);
 public FCollisionResponseParams(FCollisionResponseContainer responseContainer) :
     base(E_CreateStruct_FCollisionResponseParams_FCollisionResponseContainer(responseContainer), false)
 {
 }