public GetTargetableCreaturesInCone ( Position position, Position targetPosition, float radius, float angle, TargetableOptions options = TargetableOptions.None ) : ICollection |
||
position | Position | Pointy end of the cone. |
targetPosition | Position | Target's position, used as reference for the direction of the cone. |
radius | float | Cone's radius. |
angle | float | Cone's angle in degree. |
options | TargetableOptions | Options to change the result. |
return | ICollection |