Struct NativeInterface.Point3
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Pixyz.Plugin4Unity
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct Point3
Constructors
Point3(NativeInterface.Point3)
Declaration
public Point3(NativeInterface.Point3 o)
Parameters
Type | Name | Description |
---|---|---|
NativeInterface.Point3 | o |
Fields
x
Declaration
public double x
Field Value
Type | Description |
---|---|
System.Double |
y
Declaration
public double y
Field Value
Type | Description |
---|---|
System.Double |
z
Declaration
public double z
Field Value
Type | Description |
---|---|
System.Double |