Parsley.Seed C# (CSharp) Method

Seed() public method

public Seed ( Vector3Int, position ) : void
position Vector3Int,
return void
    public void Seed(Vector3Int position)
    {
        currentTime = Time.time.ToString("f6");
        Debug.Log(currentTime.ToString());
        cropTilemap.SetTile(position, state0);
    }
}
Parsley