InternalColliderCondition Class

graph BT Type-->Base0["ConditionBehaviour"] click Base0 "/docs/client_api_10.4.0/api/EasyBuildSystem.Features.Scripts.Core.Base.Condition/ConditionBehaviour" Base0-->Base1["MonoBehaviour"] Type["InternalColliderCondition"] class Type type-node

Syntax

[Condition("Internal Collision Condition", "Check and denies the actions, if the collider of this piece entering in collision with others collider.\n" + "You can find more information about of conditions in the online documentation.", ConditionTarget.PieceBehaviour)]
public class InternalColliderCondition : ConditionBehaviour

Attributes

Type Description
ConditionAttribute

Fields

Properties

Name Value Summary
Piece PieceBehaviour
Inherited from ConditionBehaviour

Methods

Name Value Summary
CheckForDestruction() bool
Inherited from ConditionBehaviour
CheckForEdition() bool
Inherited from ConditionBehaviour
CheckForPlacement() bool