AreaBehaviour Class

Namespace
EasyBuildSystem.Features.Scripts.Core.Base.Area
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["AreaBehaviour"] class Type type-node

Syntax

[AddComponentMenu("Easy Build System/Features/Buildings Behaviour/Area Behaviour")]
public class AreaBehaviour : MonoBehaviour

Attributes

Type Description
AddComponentMenu

Fields

Methods

Name Value Summary
CheckAllowedDestruction(PieceBehaviour) bool
This method allows to check if the piece exists in the AllowDestructionSpecificPieces list.
CheckAllowedEdition(PieceBehaviour) bool
This method allows to check if the piece exists in the AllowEditionSpecificPieces list.
CheckAllowedPlacement(PieceBehaviour) bool
This method allows to check if the piece exists in the AllowPlacementSpecificPieces list.