Class WeaponPreset
[Serializable]
public class WeaponPreset
- Inheritance
-
WeaponPreset
- Inherited Members
-
Constructors
WeaponPreset(string, string)
public WeaponPreset(string name, string description)
Parameters
name string
description string
Fields
bulletSpeed
Field Value
- float
burstCount
Field Value
- int
damage
Field Value
- float
description
public string description
Field Value
- string
fireMode
Field Value
- FireMode
fireRate
Field Value
- float
maxAmmo
Field Value
- int
name
Field Value
- string
range
Field Value
- float
recoilKick
public Vector3 recoilKick
Field Value
- Vector3
recoilReturnSpeed
public float recoilReturnSpeed
Field Value
- float
reloadTime
Field Value
- float
spread
Field Value
- float