C# Class AbilityObjectPlacedMessage

Inheritance: Message
显示文件 Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
Atype AbilityType
NumPlaced int

Public Methods

Method Description
AbilityObjectPlacedMessage ( int numPlaced, AbilityType atype ) : UnityEngine

Method Details

AbilityObjectPlacedMessage() public method

public AbilityObjectPlacedMessage ( int numPlaced, AbilityType atype ) : UnityEngine
numPlaced int
atype AbilityType
return UnityEngine

Property Details

Atype public_oe property

public AbilityType Atype
return AbilityType

NumPlaced public_oe property

public int NumPlaced
return int