Property Shape
Shape
The size of the observations that will be generated. For example, a sensor that observes the velocity of a rigid body (in 3D) would use [3]. A sensor that returns an RGB image would use [Height, Width, 3].
Declaration
public InplaceArray<int> Shape { get; }
Property Value
| Type | Description |
|---|---|
| InplaceArray<int> |