STYLIZED CARS SERIE

 

Contact: igrocco2@gmail.com

STYLIZED CARS SERIE

Stylized Car 02.










. Car easily controlled.
. Carro facilmente controlado.




. To access the variables in the CarCtrl script, use the namespace "using StylizedCar_02;".
. Para acessar as variáveis do script CarCtrl, utilize o namespace "using StylizedCar_02;".

1 - accelerationInput variable:
    . Receives the input value that accelerates the car, 0 to 1.
    . Recebe o valor de entrada que acelera o carro, 0 a 1.
2 - turnDirInput variable:
    . Receives the input value of the car's steering, -1 left, 0 ahead, 1 right.
    . Recebe o valor de entrada da direção do carro, -1 esquerda, 0 em frente, 1 direita.
3 - brakeInput variable:
    . Receives the entry that brakes the car, 0 to -1.
    . Recebe o de entrada que freia o carro, 0 a -1.
4 - accelerationForce variable:
    . Multiplier for the acceleration force.
    . Multiplicadore para a força da aceleração.
5 - brakeForce variable:
     . Multiplier for the brake force.
    . Multiplicadore para a força do freio.
6 - maxTurnAngle variable:
    . Max turn angle of steering car wheels.
    . Angulo máximo de giro das rodas de direção.
7 - maxSpeed variable:
    . Limits the maximum speed of the car.
    . Limita a velocidade máxima do carro.
8 - atualSpeed variable:
    . Shares the car speed.
    . Compartilha a velocidade do carro.

-----------------------------------------------------------------------------------

. Car parts controller.
. Controle de partes do carro.




. To access the variables in the PartsCtrl script, use the namespace "using StylizedCar_02;".
. Para acessar as variáveis do script PartsCtrl, utilize o namespace "using StylizedCar_02;".

1 - lightsOnOff variable:
    . Controls the lights On or Off.
    . Controla as luzes ligadas ou desligadas.
2 - door_LF_OpenClose variable:
    . Controls the opening and closing of the left front door.
    . Controla a abertura e o fechamento da porta esquerda frontal.
3 - door_RF_OpenClose variable:
    . Controls the opening and closing of the right front door.
    . Controla a abertura e o fechamento da porta direita frontal.
4 - door_LB_OpenClose variable:
    . Controls the opening and closing of the left rear door.
    . Controla a abertura e o fechamento da porta esquerda traseira.
5 - door_RB_OpenClose variable:
    . Controls the opening and closing of the right rear door.
    . Controla a abertura e o fechamento da porta direita traseira.
6 - linkTurnigLightWithSteering variable:
    - If set, the direction lights will flash according to the steering command.
    - Se setado as luzes de direção piscarão de acordo com o comando de direção.
7 - lightTurning variable:
    - 0 = directional lights off, -1 = Left lights flash, +1 = Right lights flash.
    - 0 = luzes direcionais desligadas, -1 = Luzes esquerdas piscam, +1 = Luzes direitas piscam.
-----------------------------------------------------------------------------------

. Open the script "Stylized_Car_02\Demo\Scripts\SimpleInput" for a better understanding of the car's commands.
. Abra o script "Stylized_Car_02\Demo\Scripts\SimpleInput" para melhor entendimento dos comandos do carro.
 
. The Prefab Car_02_demo includes the SimpleInput, SimpleCameraCtrl and SimpleAudio scripts, however they can be added to Prefab Car_02 easily.
. O Prefab Car_02_demo inclui os scripts SimpleInput, SimpleCameraCtrl e SimpleAudio, porém eles podem ser adicionados ao Prefab Car_02 facilmente.


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Stylized Car 01.






. Car easily controlled.
. Carro facilmente controlado.


. To access the variables in the CarCtrl script, use the namespace "using StylizedCar_01;".
. Para acessar as variáveis do script CarCtrl, utilize o namespace "using StylizedCar_01;".

1 - accelerationInput variable:
    . Receives the input value that accelerates the car, 0 to 1.
    . Recebe o valor de entrada que acelera o carro, 0 a 1.
2 - turnDirInput variable:
    . Receives the input value of the car's steering, -1 left, 0 ahead, 1 right.
    . Recebe o valor de entrada da direção do carro, -1 esquerda, 0 em frente, 1 direita.
3 - brakeInput variable:
    . Receives the entry that brakes the car, 0 to -1.
    . Recebe o de entrada que freia o carro, 0 a -1.
4 - accelerationForce variable:
    . Multiplier for the acceleration force.
    . Multiplicadore para a força da aceleração.
5 - brakeForce variable:
     . Multiplier for the brake force.
    . Multiplicadore para a força do freio.
6 - maxTurnAngle variable:
    . Max turn angle of steering car wheels.
    . Angulo máximo de giro das rodas de direção.
7 - maxSpeed variable:
    . Limits the maximum speed of the car.
    . Limita a velocidade máxima do carro.
8 - atualSpeed variable:
    . Shares the car speed.
    . Compartilha a velocidade do carro.

-----------------------------------------------------------------------------------

. Car parts controller.
. Controle de partes do carro.


. To access the variables in the PartsCtrl script, use the namespace "using StylizedCar_01;".
. Para acessar as variáveis do script PartsCtrl, utilize o namespace "using StylizedCar_01;".

1 - lightsOnOff variable:
    . Controls the lights On or Off.
    . Controla as luzes ligadas ou desligadas.
2 - door_LF_OpenClose variable:
    . Controls the opening and closing of the left front door.
    . Controla a abertura e o fechamento da porta esquerda frontal.
3 - door_RF_OpenClose variable:
    . Controls the opening and closing of the right front door.
    . Controla a abertura e o fechamento da porta direita frontal.
2 - door_LB_OpenClose variable:
    . Controls the opening and closing of the left rear door.
    . Controla a abertura e o fechamento da porta esquerda traseira.
2 - door_RB_OpenClose variable:
    . Controls the opening and closing of the right rear door.
    . Controla a abertura e o fechamento da porta direita traseira.

-----------------------------------------------------------------------------------

. Open the script "Stylized_Car_01\Demo\Scripts\SimpleInput" for a better understanding of the car's commands.
. Abra o script "Stylized_Car_01\Demo\Scripts\SimpleInput" para melhor entendimento dos comandos do carro.
 
. The Prefab Car_01_demo includes the SimpleInput, SimpleCameraCtrl and SimpleAudio scripts, however they can be added to Prefab Car_01 easily.
. O Prefab Car_01_demo inclui os scripts SimpleInput, SimpleCameraCtrl e SimpleAudio, porém eles podem ser adicionados ao Prefab Car_01 facilmente.