C# Class WeaponStats, STR

显示文件 Open project: jamiehenson/STR Class Usage Examples

Public Properties

Property Type Description
wepName string
wepPrefab Transform
wepRate float
wepSpeed float
wepType int

Public Methods

Method Description
WeaponStats ( int _wepType, float _wepSpeed, Transform _wepPrefab, float _wepRate, string _wepName ) : System.Collections

Method Details

WeaponStats() public method

public WeaponStats ( int _wepType, float _wepSpeed, Transform _wepPrefab, float _wepRate, string _wepName ) : System.Collections
_wepType int
_wepSpeed float
_wepPrefab Transform
_wepRate float
_wepName string
return System.Collections

Property Details

wepName public_oe property

public string wepName
return string

wepPrefab public_oe property

public Transform wepPrefab
return Transform

wepRate public_oe property

public float wepRate
return float

wepSpeed public_oe property

public float wepSpeed
return float

wepType public_oe property

public int wepType
return int