Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ai.fluctio.fluctio-sim / Core / Components / Prefabs / HeightField / Base / IRandomHeightFieldLayer.cs
Size: Mime:
using System;

namespace Fluctio.FluctioSim.Core.Components.Prefabs.HeightField.Base
{
	public interface IRandomHeightFieldLayer
	{
		public void InitializeLayer(Random random);
	}
}