Method IsPlaceableActionPossible
IsPlaceableActionPossible(PlaceableAction)
Determines whether the specified action can be performed on this placeable.
public bool IsPlaceableActionPossible(PlaceableAction action)
Parameters
actionPlaceableActionThe action to check.
Returns
- bool
true if the specified action can be performed, otherwise false.