TopDown Engine  v3.6
WeightedRandomTile.cs File Reference

Classes

struct  MoreMountains.TopDownEngine.WeightedSprite
 A Sprite with a Weight value for randomization. More...
 
class  MoreMountains.TopDownEngine.WeightedRandomTile
 Weighted Random Tiles are tiles which randomly pick a sprite from a given list of sprites and a target location, and displays that sprite. The sprites can be weighted with a value to change its probability of appearing. The Sprite displayed for the Tile is randomized based on its location and will be fixed for that particular location. More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.TopDownEngine
 

Typedefs

using Random = UnityEngine.Random
 

Typedef Documentation

◆ Random

using Random = UnityEngine.Random