union
Description:
[
Version ( since =
"1.4" ) ]
public ActorBox union (
ActorBox b)
Unions the two boxes this and b
and stores the result in result
.
Parameters:
this |
the first ActorBox
|
b |
the second ActorBox
|
result |
the ActorBox representing a union of this and
b
|