Axiom.Controllers.ControllerManager.CreateFrameTimePassthroughController C# (CSharp) Méthode

CreateFrameTimePassthroughController() public méthode

public CreateFrameTimePassthroughController ( IControllerValue dest ) : Controller
dest IControllerValue
Résultat Controller
		public Controller<float> CreateFrameTimePassthroughController( IControllerValue<float> dest )
		{
			return CreateController( frameTimeController, dest, passthroughFunction );
		}