C# Class OpenMetaverse.PayPriceReplyEventArgs

Inheritance: System.EventArgs
Show file Open project: openmetaversefoundation/libopenmetaverse Class Usage Examples

Public Methods

Method Description
PayPriceReplyEventArgs ( Simulator simulator, UUID objectID, int defaultPrice, int buttonPrices ) : System

Method Details

PayPriceReplyEventArgs() public method

public PayPriceReplyEventArgs ( Simulator simulator, UUID objectID, int defaultPrice, int buttonPrices ) : System
simulator Simulator
objectID UUID
defaultPrice int
buttonPrices int
return System