C# Class ShotInfo, cod-of-duty

Afficher le fichier Open project: rje/cod-of-duty Class Usage Examples

Méthodes publiques

Свойство Type Description
m_damage int
m_location Vector3
m_shooter GameObject

Méthodes publiques

Méthode Description
ShotInfo ( GameObject shooter, Vector3 location, int damage ) : System.Collections

Method Details

ShotInfo() public méthode

public ShotInfo ( GameObject shooter, Vector3 location, int damage ) : System.Collections
shooter GameObject
location Vector3
damage int
Résultat System.Collections

Property Details

m_damage public_oe property

public int m_damage
Résultat int

m_location public_oe property

public Vector3 m_location
Résultat Vector3

m_shooter public_oe property

public GameObject m_shooter
Résultat GameObject