August 2018
Beginner
334 pages
10h 19m
English
using UnityEngine;public class DriverProfile : ScriptableObject{}
[CreateAssetMenu(fileName = "DProfile", menuName = "UAIPC/DriverProfile", order = 0)]public class DriverProfile : ScriptableObject
[Range(0f, 1f)]public float skill;[Range(0f, 1f)]public float aggression;[Range(0f, 1f)]public float control;[Range(0f, 1f)]public float mistakes;
Read now
Unlock full access