I want to copy vector3 values to another vector3. Also, use float on other case.
Code (CSharp):
- float aa,ss,dd;
- Vector3 ls,ToPoint;
- bool StandPoint_bool;
- void update {
- if (StandPoint_bool == false)
- {
- }
- else
- {
- ToPoint = ls;
- }
- }