[HasComponent]
Support Types
Type
Example
Description
Parameters
Parameter Name
Arguments
Description
Examples
[HasComponent(typeof(Rigidbody))]
public GameObject target;
[HasComponent(typeof(BoxCollider), Format = "Missing {type} on {name}")]
public Transform transformTarget;Last updated