Details
Add AAA Super Computer effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > AAA > Super Computer
*without and with Camera Filter Pack AAA Super Computer
Property |
Range |
Default |
---|---|---|
_AlphaHexa | 0.0f to 1.0f | 1.0f |
public | 0 to 2f | 10f |
public | -20.0f to 20.0f | 1.0f |
float | 0.0f to 6.0f | 1.0f |
_SpotSize | 0 to 1f | 2.5f |
Radius | 0 to 1 | 0.77f |
Manipulate AAA Super Computer by script
Example:
// Drag and Drop your Camera GameObject
// with the AAA Super Computer component
// to your current script on the CamFX_AAA_Super Computer field
public CameraFilterPack_AAA_SuperComputer CamFX_AAA_Super Computer;
void Update()
{
CamFX_AAA_Super Computer._AlphaHexa = 1.0f;
}