ActionProject.Common.LineWidthState.Update C# (CSharp) Method

Update() public method

public Update ( float time ) : void
time float
return void
		public override void Update (float time)
		{
			castedTarget.Width = startWidth + deltaWidth * time;
		}
	}