Class Bounds2D
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
Syntax
[Serializable]
public class Bounds2D
Constructors
Bounds2D()
Declaration
public Bounds2D()
Bounds2D(Bounds2D)
Declaration
public Bounds2D(Bounds2D o)
Parameters
| Type | Name | Description |
|---|---|---|
| Bounds2D | o |
Fields
u
Declaration
public Bounds1D u
Field Value
| Type | Description |
|---|---|
| Bounds1D |
v
Declaration
public Bounds1D v
Field Value
| Type | Description |
|---|---|
| Bounds1D |