| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Types | |
| enum | GateType { EntryPoint , ExitPoint } | 
Public Member Functions | |
| PotionOfReturnGateHelper (GateType gateType, Vector2 worldPosition, float opacity) | |
| void | Update () | 
| void | SpawnReturnPortalDust () | 
| void | DrawToDrawData (List< DrawData > drawDataList, int selectionMode) | 
Private Attributes | |
| readonly Vector2 | _position | 
| readonly float | _opacity | 
| readonly int | _frameNumber | 
| readonly GateType | _gateType | 
Definition at line 11 of file PotionOfReturnGateHelper.cs.