FREE TRIAL

|

☀
☾

Length3.Implicit

Implicit(Length to Length3)

Constructs a new Length3 and assigns each component to the provided length.

Declaration
public static implicit operator Length3(Length length)
Parameters
Type Name Description
Length length

The Length to assign.

Returns
Type Description
Length3

Implicit(Length2 to Length3)

Constructs a new Length3 with the X and Y components assigned to lengths.X and lengths.Y, respectively, and the Z component to Zero.

Declaration
public static implicit operator Length3(Length2 lengths)
Parameters
Type Name Description
Length2 lengths

The Lengths to assign.

Returns
Type Description
Length3

Implicit(Vector3 to Length3)

Converts a UnityEngine.Vector3, v, into a Value Length3.

Declaration
public static implicit operator Length3(Vector3 v)
Parameters
Type Name Description
Vector3 v

The length in units, Value.

Returns
Type Description
Length3

A Value Length3 where Value == v.

☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC