FunVec3T(ListListListT) Constructor
3-dimensional jagged collection lengths and values of which are determined by the underlying
list.
See FunVec2T(ListListT) for two-dimensional examples.
Namespace: Orx.Fun.FunVecAssembly: Orx.Fun.FunVec (in Orx.Fun.FunVec.dll) Version: 1.0.0
public FunVec3(
List<List<List<T>>> list
)
Parameters
- list ListListListT
- Underlying list of the unified jagged collection.