Version: 2022.3
언어: 한국어
public LayerMask includeLayers ;

설명

The additional layers that all Colliders attached to this Rigidbody should include when deciding if the Collider can come into contact with another Collider.

The Layer Collision Matrix defines which layers can contact other layers. Use this property to specify additional layers that all Colliders attached to this Rigidbody instance can contact.

NOTE: Layers can be included or excluded differently depending on the settings of each Collider instance. As such, there could be a conflicting decision for whether two Collider instances can come into contact with each other. To learn how Unity decides this, see Collider.layerOverridePriority.

See Also: Collider.excludeLayers, Rigidbody.excludeLayers, ArticulationBody.includeLayers, ArticulationBody.excludeLayers.