C# Class Shootable, cod-of-duty

Inheritance: MonoBehaviour
显示文件 Open project: rje/cod-of-duty Class Usage Examples

Public Properties

Property Type Description
m_messageTarget GameObject

Public Methods

Method Description
ShotBy ( GameObject go, Vector3 location, int damage ) : void

Method Details

ShotBy() public method

public ShotBy ( GameObject go, Vector3 location, int damage ) : void
go GameObject
location Vector3
damage int
return void

Property Details

m_messageTarget public_oe property

public GameObject m_messageTarget
return GameObject