Initializes a new instance of the AirStream class.
| C# | Visual Basic | Visual C++ |
public AirStream( int iX, int iY, int iWidth, int iHeight, StreamDirection iDirection )
Public Sub New ( _ iX As Integer, _ iY As Integer, _ iWidth As Integer, _ iHeight As Integer, _ iDirection As StreamDirection _ )
public: AirStream( int iX, int iY, int iWidth, int iHeight, StreamDirection iDirection )
- iX (Int32)
- iY (Int32)
- iWidth (Int32)
- iHeight (Int32)
- iDirection (StreamDirection)
[Missing <remarks> documentation for M:PH.Map.AirStream.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,PH.Map.StreamDirection)]