C# Class ShotInfo, cod-of-duty

Datei anzeigen Open project: rje/cod-of-duty Class Usage Examples

Public Properties

Property Type Description
m_damage int
m_location Vector3
m_shooter GameObject

Public Methods

Method Description
ShotInfo ( GameObject shooter, Vector3 location, int damage ) : System.Collections

Method Details

ShotInfo() public method

public ShotInfo ( GameObject shooter, Vector3 location, int damage ) : System.Collections
shooter GameObject
location Vector3
damage int
return System.Collections

Property Details

m_damage public_oe property

public int m_damage
return int

m_location public_oe property

public Vector3 m_location
return Vector3

m_shooter public_oe property

public GameObject m_shooter
return GameObject