TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetTexture()

static Asset< Texture2D > Terraria.ModLoader.PlantLoader.GetTexture ( int plantId,
int tileType )
inlinestatic

Definition at line 73 of file PlantLoader.cs.

74 {
75 return Get<IPlant>(plantId, tileType)?.GetTexture();
76 }

Referenced by Terraria.GameContent.TilePaintSystemV2.TileRenderTargetHolder.Prepare().

+ Here is the caller graph for this function: