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