Struct MatrixRow
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Stores one serialized row of a physics collision matrix.
[MemoryPackable(GenerateType.Object)]
public struct MatrixRow : IMemoryPackable<MatrixRow>, IMemoryPackFormatterRegister
- Implements
-
IMemoryPackable<MatrixRow>IMemoryPackFormatterRegister
- Inherited Members
Remarks
MemoryPack GenerateType: Object
bool[] row
Fields
row
Collision enablement values for this matrix row.
[JsonInclude]
public bool[] row
Field Value
- bool[]