ProfileBase
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- ProfileBase
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class ProfileBase
Constructors
ProfileBase(ProfileLoop[])
public ProfileBase(ProfileLoop[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| ProfileLoop[] | tab |
ProfileBase(int)
public ProfileBase(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public ProfileLoop this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| ProfileLoop |
list
public ProfileLoop[] list
Returns
Type | Description |
|---|---|
| ProfileLoop[] |
Operators
implicit operator ProfileLoop[](ProfileBase)
public static implicit operator ProfileLoop[](ProfileBase o)
Parameters
Type | Name | Description |
|---|---|---|
| ProfileBase | o |
Returns
Type | Description |
|---|---|
| ProfileLoop[] |