GetPointsAndMaterialFromTextReturn
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
- object
- GetPointsAndMaterialFromTextReturn
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class GetPointsAndMaterialFromTextReturn
Constructors
GetPointsAndMaterialFromTextReturn()
public GetPointsAndMaterialFromTextReturn()
GetPointsAndMaterialFromTextReturn(GetPointsAndMaterialFromTextReturn)
Parameterspublic GetPointsAndMaterialFromTextReturn(GetPointsAndMaterialFromTextReturn o)
Type | Name | Description |
|---|---|---|
| GetPointsAndMaterialFromTextReturn | o |
Fields
points
Returnspublic Point3List points
Type | Description |
|---|---|
| Point3List |
uvs
Returnspublic Point2List uvs
Type | Description |
|---|---|
| Point2List |
normal
Returnspublic Point3 normal
Type | Description |
|---|---|
| Point3 |
material
Returnspublic uint material
Type | Description |
|---|---|
| uint |
offset
Returnspublic double offset
Type | Description |
|---|---|
| double |