Interface IPlayerTextDrawData.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IPlayerTextDrawData.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
AsPool()
Gets the pool interface for managing player-specific text draws.
IPool<IPlayerTextDraw> AsPool()
Returns
- IPool<IPlayerTextDraw>
A pool interface for player-specific text draws.
BeginSelection(Colour)
Begins the selection of text draws for the player.
void BeginSelection(Colour highlight)
Parameters
highlightColourThe highlight color to use during selection.
Create(Vector2, int)
Creates a new player-specific text draw with the specified position and preview model.
IPlayerTextDraw Create(Vector2 position, int model)
Parameters
Returns
- IPlayerTextDraw
The created player-specific text draw.
Create(Vector2, string)
Creates a new player-specific text draw with the specified position and text.
IPlayerTextDraw Create(Vector2 position, string text)
Parameters
Returns
- IPlayerTextDraw
The created player-specific text draw.
EndSelection()
Ends the selection of text draws for the player.
void EndSelection()
IsSelecting()
Determines whether the player is currently selecting text draws.
bool IsSelecting()