Struct half3
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()
Syntax
Constructors
half3(half, half, half)
Declaration
public half3(half x, half y, half z)
Parameters
Fields
x
Declaration
Field Value
y
Declaration
Field Value
z
Declaration
Field Value
Operators
Implicit(float3 to half3)
Declaration
public static implicit operator half3(float3 d)
Parameters
Type |
Name |
Description |
float3 |
d |
|
Returns
Implicit(half3 to float3)
Declaration
public static implicit operator float3(half3 d)
Parameters
Type |
Name |
Description |
half3 |
d |
|
Returns