Succeeds if this entity can be merged into the target entity. Merging an entity with itself will always fail.
Verse using statement |
using { /Verse.org/SceneGraph } |
CanMergeInto<override>(TargetEntity:entity):void
Parameters
CanMergeInto takes the following parameters:
| Name | Type | Description |
|---|---|---|
TargetEntity |
entity |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with CanMergeInto in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
override |
Indicates that this child class provides a different method implementation than the parent class. |