Operator Implicit
Implicit(Entity to LinkedEntityGroup)
Provides implicit conversion of an Entity to a LinkedEntityGroup element.
Declaration
public static implicit operator LinkedEntityGroup(Entity e)
Parameters
Type | Name | Description |
---|---|---|
Entity | e | The entity to convert |
Returns
Type | Description |
---|---|
LinkedEntityGroup | A new buffer element. |