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 );
		}