Repository URL to install this package:
Version:
1.0.0 ▾
|
ai.fluctio.fluctio-sim
/
Core
/
Components
/
Prefabs
/
HeightField
/
Base
/
IRandomHeightFieldLayer.cs
|
---|
using System;
namespace Fluctio.FluctioSim.Core.Components.Prefabs.HeightField.Base
{
public interface IRandomHeightFieldLayer
{
public void InitializeLayer(Random random);
}
}