C# 클래스 ShotInfo, cod-of-duty

파일 보기 프로젝트 열기: rje/cod-of-duty 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_damage int
m_location Vector3
m_shooter GameObject

공개 메소드들

메소드 설명
ShotInfo ( GameObject shooter, Vector3 location, int damage ) : System.Collections

메소드 상세

ShotInfo() 공개 메소드

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

프로퍼티 상세

m_damage 공개적으로 프로퍼티

public int m_damage
리턴 int

m_location 공개적으로 프로퍼티

public Vector3 m_location
리턴 Vector3

m_shooter 공개적으로 프로퍼티

public GameObject m_shooter
리턴 GameObject