Class BoxCollider2D
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class BoxCollider2D : Collider2D
Properties
autoTiling
Declaration
public bool autoTiling { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
edgeRadius
Declaration
public float edgeRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
size
Declaration
public Vector2 size { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |