GetViewerMatricesReturn
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
- object
- GetViewerMatricesReturn
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.View
[Serializable]public class GetViewerMatricesReturn
Constructors
GetViewerMatricesReturn()
public GetViewerMatricesReturn()
GetViewerMatricesReturn(GetViewerMatricesReturn)
Parameterspublic GetViewerMatricesReturn(GetViewerMatricesReturn o)
Type | Name | Description |
|---|---|---|
| GetViewerMatricesReturn | o |
Fields
views
Returnspublic Matrix4List views
Type | Description |
|---|---|
| Matrix4List |
projs
Returnspublic Matrix4List projs
Type | Description |
|---|---|
| Matrix4List |
clipping
Returnspublic Point2 clipping
Type | Description |
|---|---|
| Point2 |