Class CameraSensor
Inheritance
System.Object
CameraSensor
Assembly: cs.temp.dll.dll
Syntax
public class CameraSensor : SensorBase
Fields
cameraShader
Declaration
public ComputeShader cameraShader
Field Value
Type |
Description |
ComputeShader |
|
FarPlane
Declaration
Field Value
Type |
Description |
System.Single |
|
focalLengthMilliMeters
Declaration
public float focalLengthMilliMeters
Field Value
Type |
Description |
System.Single |
|
ImageCrop
Declaration
Field Value
Type |
Description |
System.Int32 |
|
NearPlane
Declaration
Field Value
Type |
Description |
System.Single |
|
PixelHeight
Declaration
Field Value
Type |
Description |
System.Int32 |
|
pixelSizeInMicroMeters
Declaration
public float pixelSizeInMicroMeters
Field Value
Type |
Description |
System.Single |
|
PixelWidth
Declaration
Field Value
Type |
Description |
System.Int32 |
|
SampleCameraImage
Declaration
public RenderTexture SampleCameraImage
Field Value
Type |
Description |
RenderTexture |
|
SynchronousUpdate
Declaration
public bool SynchronousUpdate
Field Value
Type |
Description |
System.Boolean |
|
Properties
_cameraBuffer
Declaration
public RenderTexture _cameraBuffer { get; set; }
Property Value
Type |
Description |
RenderTexture |
|
Data
Declaration
public byte[] Data { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Methods
SampleSensor()
Declaration
protected override void SampleSensor()
Overrides