Axiom.Controllers.ControllerManager.CreateFrameTimePassthroughController C# (CSharp) Метод

CreateFrameTimePassthroughController() публичный Метод

public CreateFrameTimePassthroughController ( IControllerValue dest ) : Controller
dest IControllerValue
Результат Controller
		public Controller<float> CreateFrameTimePassthroughController( IControllerValue<float> dest )
		{
			return CreateController( frameTimeController, dest, passthroughFunction );
		}