AcTools.Render.Base.Cameras.InterpolationCamera.InterpolationCamera C# (CSharp) Method

InterpolationCamera() public method

public InterpolationCamera ( float smoothiness ) : SlimDX
smoothiness float
return SlimDX
        public InterpolationCamera(float smoothiness) {
            Smoothiness = smoothiness;
        }