CollisionTupleItem Structure

The resulting sub-item of the CollisionResult.CollidedEntities tuple result. If the resulting collided entity is a leaf, then the name of the first block containing that entity will be saved into ParentName field and the trasformation field will be filled.
Public Structure CollisionTupleItem
This language is not supported or no code example is available.
public struct CollisionTupleItem
This language is not supported or no code example is available.
Fields
 
Name Description
Public field Entity The entity found intersecting in the resulting tuple.
Public field ParentName The block name of the first parent that contain that entity.
Public field Parents The parents stack to reach the entity.
Public field Transformation The accumulated parent transformation of the collided entity.
Top

.NET Framework

Supported in: 4.8

In this article

Definition